canmove, Confirmed users
1,394
edits
No edit summary |
|||
| Line 40: | Line 40: | ||
hiera -c /etc/puppet/hiera.yaml root_pw_saltedsha512 | hiera -c /etc/puppet/hiera.yaml root_pw_saltedsha512 | ||
== User Environments == | |||
User environments use the same set of secrets as the production environment, so unless you are adding or modifying secrets, there's no need to mess with them. | |||
Hiera also consults <tt>/etc/hiera/environments/$environment_secrets.eyaml</tt>, so if you *do* need to add or modify secrets, you can do so there and avoid modifying the production secrets file. Note that environment secrets are not synced from master to master. | |||
== Secrets == | == Secrets == | ||