Skip to content

Instantly share code, notes, and snippets.

@mrzarquon
Created September 20, 2012 05:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrzarquon/3754072 to your computer and use it in GitHub Desktop.
Save mrzarquon/3754072 to your computer and use it in GitHub Desktop.
rc.local to start puppet from a template
/usr/local/bin/puppet agent -t
chkconfig --level 2345 pe-puppet on
chkconfig --level 2345 pe-mcollective on
/etc/init.d/pe-puppet start
/etc/init.d/pe-mcollective start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment