Created
January 24, 2012 23:57
-
-
Save bodepd/1673654 to your computer and use it in GitHub Desktop.
shell script that gets called from vagrant
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
#!/bin/bash | |
puppet apply /vagrant/manifests/hosts.pp --modulepath /vagrant/modules --debug | |
puppet apply /vagrant/manifests/site.pp --modulepath /vagrant/modules --graph --certname $* --graphdir /vagrant/graphs --debug --trace |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment