Skip to content

Instantly share code, notes, and snippets.

@webflo
Created July 17, 2013 08:44
Show Gist options
  • Save webflo/6018894 to your computer and use it in GitHub Desktop.
Save webflo/6018894 to your computer and use it in GitHub Desktop.
puppet-apply.sh
#!/bin/bash
mkdir -p /tmp/boxen/puppet/conf
mkdir -p /tmp/boxen/puppet/var
sudo /opt/boxen/repo/bin/puppet apply --group admin --confdir /tmp/boxen/puppet/conf --vardir /tmp/boxen/puppet/var --libdir /opt/boxen/repo/lib --libdir /opt/boxen/repo/.bundle/ruby/1.8/gems/boxen-1.1.2/lib --manifestdir /opt/boxen/repo/manifests --modulepath /opt/boxen/repo/modules:/opt/boxen/repo/shared --logdest /opt/boxen/repo/log/boxen.log --logdest console --no-report --detailed-exitcodes --show_diff --debug /opt/boxen/repo/manifests/site.pp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment