diff options
-rw-r--r-- | modules/cron_puppet/files/post-merge | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/cron_puppet/files/post-merge b/modules/cron_puppet/files/post-merge index b8dc266..7310b98 100644 --- a/modules/cron_puppet/files/post-merge +++ b/modules/cron_puppet/files/post-merge | |||
@@ -1,6 +1,6 @@ | |||
1 | #!/bin/bash -e | 1 | #!/bin/bash -e |
2 | ## Run Puppet locally using puppet apply | 2 | ## Run Puppet locally using puppet apply |
3 | /usr/bin/puppet apply /etc/puppetlabs/puppet/manifests/site.pp | 3 | /usr/bin/puppet apply --modulepath=/etc/puppetlabs/puppet/modules /etc/puppetlabs/puppet/manifests/site.pp |
4 | 4 | ||
5 | ## Log status of the Puppet run | 5 | ## Log status of the Puppet run |
6 | if [ $? -eq 0 ] | 6 | if [ $? -eq 0 ] |