Skip to content

Instantly share code, notes, and snippets.

@bodepd
Created January 24, 2012 23:57
Show Gist options
  • Save bodepd/1673654 to your computer and use it in GitHub Desktop.
Save bodepd/1673654 to your computer and use it in GitHub Desktop.
shell script that gets called from vagrant
#!/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