Skip to content
Snippets Groups Projects
Verified Commit 166f3436 authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

howto/puppet: additional advice about environments

parent 63eada78
No related branches found
No related tags found
No related merge requests found
Pipeline #246109 passed with warnings
...@@ -149,6 +149,13 @@ on the puppet server. By assigning a node to the test environment via the ...@@ -149,6 +149,13 @@ on the puppet server. By assigning a node to the test environment via the
small set) can be made to apply test puppet code. Once the feature branch is small set) can be made to apply test puppet code. Once the feature branch is
satisfying, it can be then simply merged to `main` and deleted. satisfying, it can be then simply merged to `main` and deleted.
Because environments aren't totally isolated from each other and a compromised
node could choose to apply an environment other than `production`, care should
be taken with the code pushed to these feature branches. It's recommended to
avoid overly broad debugging statements, if any, and to generally keep an
active eye on feature branches so as to prevent the accumulation of unreviewed
code.
### Modifying an existing configuration ### Modifying an existing configuration
For new deployments, this is *NOT* the preferred method. For example, For new deployments, this is *NOT* the preferred method. For example,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment