aboutsummaryrefslogtreecommitdiff
path: root/modules/base_installation/files/cronie
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-04 12:28:24 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2018-03-04 12:33:05 +0100
commit2499f7e73946cd5147a1158b48ebe4b06e4e530d (patch)
treeb1435c23f21afee1a8d150d0d96da40070916fc5 /modules/base_installation/files/cronie
parent85abd2fdbad83430df4824843764719064afb9b4 (diff)
downloadPuppet-2499f7e73946cd5147a1158b48ebe4b06e4e530d.tar.gz
Puppet-2499f7e73946cd5147a1158b48ebe4b06e4e530d.tar.zst
Puppet-2499f7e73946cd5147a1158b48ebe4b06e4e530d.zip
Add helpers and remove logs from cronie
Diffstat (limited to 'modules/base_installation/files/cronie')
-rw-r--r--modules/base_installation/files/cronie/puppet-post-merge2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/base_installation/files/cronie/puppet-post-merge b/modules/base_installation/files/cronie/puppet-post-merge
index 35fa2d7..ac5e3ff 100644
--- a/modules/base_installation/files/cronie/puppet-post-merge
+++ b/modules/base_installation/files/cronie/puppet-post-merge
@@ -1,7 +1,7 @@
1#!/bin/bash 1#!/bin/bash
2## Run Puppet locally using puppet apply 2## Run Puppet locally using puppet apply
3git submodule update --init 3git submodule update --init
4/usr/bin/puppet apply --test `pwd`/manifests/site.pp 4/usr/bin/puppet apply `pwd`/manifests/site.pp
5 5
6## Log status of the Puppet run 6## Log status of the Puppet run
7if [ $? -eq 0 ] 7if [ $? -eq 0 ]