diff --git a/run-puppet.sh b/run-puppet.sh new file mode 100644 index 0000000..f2574a7 --- /dev/null +++ b/run-puppet.sh @@ -0,0 +1,3 @@ +#!/bin/bash +cd /etc/puppetlabs/code/environments/production && git pull +/opt/puppetlabs/bin/puppet apply manifests/ \ No newline at end of file