From cfa8eb925ff0115d5d4b2298f7d9a054b869fa75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Sat, 17 Mar 2018 12:46:37 +0100 Subject: Add puppet_apply script with lockfile --- modules/base_installation/files/cronie/puppet-post-merge | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/base_installation/files/cronie') diff --git a/modules/base_installation/files/cronie/puppet-post-merge b/modules/base_installation/files/cronie/puppet-post-merge index ac5e3ff..f5c21a7 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 +## Run Puppet locally using puppet_apply git submodule update --init -/usr/bin/puppet apply `pwd`/manifests/site.pp +/usr/local/sbin/puppet_apply `pwd`/manifests/site.pp ## Log status of the Puppet run if [ $? -eq 0 ] -- cgit v1.2.3