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
@@ -176,13 +177,13 @@ Independent of which Git server you choose you will grab the webhook URL from yo
176
177
177
178
One of the components setup by this control-repo is that when you "push" code to your Git server, the git server will inform the Puppet master to deploy branch you just pushed.
178
179
179
-
1. In one terminal window, `tail -f /var/log/puppetlabs/puppetserver/puppetserver.log`
180
-
2. In a second terminal window
180
+
1. On your Puppet Master, `tail -f /var/log/puppetlabs/puppetserver/puppetserver.log`
181
+
2. On your laptop in a separate terminal window:
181
182
- Add a new file, `touch test_file`
182
183
- `git add test_file`
183
184
- `git commit -m "adding a test_file"`
184
185
- `git push origin production`
185
186
3. Allow the push to complete and then wait a few seconds for everything to sync over
0 commit comments