Created
November 30, 2010 01:53
-
-
Save tobert/720996 to your computer and use it in GitHub Desktop.
thinking aloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
admin1@puppetmaster> pcm checkout -d ~/puppet-policy | |
admin1@puppetmaster> cd ~/puppet-policy | |
admin1@puppetmaster> vim modules/sudo/manifests/init.pp | |
admin1@puppetmaster> pcm commit -m "Update sudo configuration." | |
admin1@puppetmaster> pcm sync | |
admin2@puppetmaster> pcm checkout -d ~/src/pp | |
admin2@puppetmaster> cd ~/src/pp | |
admin2@puppetmaster> pcm review | |
admin2@puppetmaster> pcm commit -m "Peer review changes." | |
admin2@puppetmaster> pcm promote --emergency -m "Fix production issue ticket #89342782" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment