Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created April 27, 2012 00:28
Show Gist options
  • Save mrpatrick/2504475 to your computer and use it in GitHub Desktop.
Save mrpatrick/2504475 to your computer and use it in GitHub Desktop.
puppet apply locally
$ cd ~/projects/puppet/modules/mymodule/manifests
$ sudo puppet apply --modulepath=~/projects/puppet/modules/ -e "include client"
@mrpatrick
Copy link
Author

run as root

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment