]> git.immae.eu Git - perso/Immae/Projets/Puppet.git/commitdiff
Change post-merge script
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Sat, 17 Feb 2018 21:04:56 +0000 (22:04 +0100)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Sun, 18 Feb 2018 00:12:24 +0000 (01:12 +0100)
modules/base_installation/files/cronie/puppet-post-merge

index ac5e3ff1cc57456ad93054d7fff9a697a1f7f035..35fa2d7730c734fc7ffaf941e67a821cb6c173bd 100644 (file)
@@ -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 ]