From: Ismaƫl Bouya Date: Sat, 17 Feb 2018 21:04:56 +0000 (+0100) Subject: Change post-merge script X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FProjets%2FPuppet.git;a=commitdiff_plain;h=7c43beaa3f3a6eab784f6cbca79955c9f6a7fff9 Change post-merge script --- diff --git a/modules/base_installation/files/cronie/puppet-post-merge b/modules/base_installation/files/cronie/puppet-post-merge index ac5e3ff..35fa2d7 100644 --- a/modules/base_installation/files/cronie/puppet-post-merge +++ b/modules/base_installation/files/cronie/puppet-post-merge @@ -1,7 +1,7 @@ #!/bin/bash ## Run Puppet locally using puppet apply git submodule update --init -/usr/bin/puppet apply `pwd`/manifests/site.pp +/usr/bin/puppet apply --test `pwd`/manifests/site.pp ## Log status of the Puppet run if [ $? -eq 0 ]