Created
January 28, 2013 00:18
-
-
Save if6was9/4651599 to your computer and use it in GitHub Desktop.
simple puppet commands
This file contains hidden or 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
| # To run puppet master in the foreground | |
| puppet master --no-daemonize --verbose | |
| # To run puppet agent in the foreground | |
| puppet agent --no-daemonize --verbose --debug -o test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment