You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 10, 2025. It is now read-only.
The environments feature was recently contributed in #54. I use puppet with r10k which encourages the use of throw-away environments as a means of promoting fast feature development and continuous integration (by creating git branches).
As an example, I had a throw-away environment called agent which I was using to do some feature development for installing agents.
Once I was satisfied with the Git branch for agent, I merged it into production. After that, I deleted agent Git branch in my puppet control repository. At its next run, r10k automatically removed the agent environment.
What consideration should be given to "throw-away" environments?