ReleaseEngineering/PuppetAgain/HowTo/Add new secrets
From MozillaWiki
< ReleaseEngineering | PuppetAgain | HowTo
see ReleaseEngineering/PuppetAgain/Secrets instead
To add a new secret value to PuppetAgain:
- pick a name; these tend to be _-separated, from least-to-most specific, so that sorting the list sorts related secrets together
- add it to manifests/extlookup/secrets-template.csv
- add it to modules/config/manifests/secrets.pp
- if the secret/file needs to be visible from inside the mock environment on Linux, make sure it gets added to the mock_copyin_files list(s) in buildbot-configs
- e.g. adding the crash stats token from bug 1119238: https://hg.mozilla.org/build/buildbot-configs/rev/5d5b09f943ea
- Document it in ReleaseEngineering/PuppetAgain/Modules/config