diff --git a/admin-guide/puppet/development.md b/admin-guide/puppet/development.md index 2294e38b..9c30cf88 100644 --- a/admin-guide/puppet/development.md +++ b/admin-guide/puppet/development.md @@ -2,6 +2,8 @@ Beside the __prod__ and __preprod__ environments, development environments for feature branches of the puppet git repository are automatically put on and removed from the puppet server. To create a new feature branch and test environment simply: +ON YOUR COMPUTER! + 1. Clone the puppet repository https://git.psi.ch/linux-infra/puppet 2. Create a new branch with a name that matches following regex: `^[a-z]+[a-z,0-9,_]+$` (e.g. my_test_branch) 3. Do the necessary changes and commit your changes @@ -16,7 +18,7 @@ To use/test the code changes via the puppet test environment use puppet agent -t --environment=issue_x ``` -The following video shows all the necessary steps in detail: +The following video shows all the necessary steps in detail. (The left terminal is a shell on my workstation, the right terminal is a shell on a test server)