Skip to content

Instantly share code, notes, and snippets.

@if6was9
Created January 28, 2013 00:18
Show Gist options
  • Select an option

  • Save if6was9/4651599 to your computer and use it in GitHub Desktop.

Select an option

Save if6was9/4651599 to your computer and use it in GitHub Desktop.
simple puppet commands
# 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