From 7c43beaa3f3a6eab784f6cbca79955c9f6a7fff9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 17 Feb 2018 22:04:56 +0100 Subject: [PATCH] Change post-merge script --- modules/base_installation/files/cronie/puppet-post-merge | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ] -- 2.41.0