Skip to content

Commit

Permalink
Quick script to rerun puppet from the server
Browse files Browse the repository at this point in the history
  • Loading branch information
jeichorn committed Jul 22, 2014
1 parent 3a345b4 commit 982fb61
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DigitalOcean/run-puppet.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
rvm_reload_flag=1 source /usr/local/rvm/scripts/rvm
cd /vagrant/puphpet/puppet
puppet apply manifest.pp --verbose --hiera_config /vagrant/puphpet/puppet/hiera.yaml --parser future --modulepath=/vagrant/puphpet/puppet/modules

0 comments on commit 982fb61

Please sign in to comment.