Skip to content

Commit 982fb61

Browse files
committed
Quick script to rerun puppet from the server
1 parent 3a345b4 commit 982fb61

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DigitalOcean/run-puppet.sh

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
rvm_reload_flag=1 source /usr/local/rvm/scripts/rvm
3+
cd /vagrant/puphpet/puppet
4+
puppet apply manifest.pp --verbose --hiera_config /vagrant/puphpet/puppet/hiera.yaml --parser future --modulepath=/vagrant/puphpet/puppet/modules

0 commit comments

Comments
 (0)