Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

Commit

Permalink
Sneak in an extra grammar fix or two.
Browse files Browse the repository at this point in the history
You know, while @ajlanghorn's in there already.
  • Loading branch information
dhwthompson committed Jun 18, 2014
1 parent e2d7f1f commit 144b117
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions puppet.md
Expand Up @@ -7,13 +7,13 @@

## Things that should not be in the Puppet Repo

- **Secrets.** It is bad practise to embed your secret data (passwords,
- **Secrets.** It is bad practice to embed your secret data (passwords,
tokens) within Puppet. To do so means that even if you specify that a
secret applies to one particular environment it is available on the
PuppetMaster for every environment. It is good practise to store
secrets in the `deployment` repo at `Puppet/hieradata/${environment}.yaml`. Please make sure where necessary you have different secrets for each value.

- **Per Environment switches**. The Puppet repo should not know the
- **Per-environment switches**. The Puppet repo should not know the
specifics of each environment. By switching on platform or environment
variables, you make it difficult to add new platforms and hard to ensure
that consistent behaviour is applied across all environments. To apply a
Expand Down

0 comments on commit 144b117

Please sign in to comment.