aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:44:52 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:44:52 +0200
commit951de3da9243ad0d1b1dced6d68f6dd6396a4577 (patch)
treeb01f49d145040f9ee94aecfb7712719d103a9f3e
parenta6b85c75fe7923ea088216f12b004debde051a51 (diff)
parent60bb95a8ae57de3cb3a70290348f041b5f499d91 (diff)
downloadPuppet-951de3da9243ad0d1b1dced6d68f6dd6396a4577.tar.gz
Puppet-951de3da9243ad0d1b1dced6d68f6dd6396a4577.tar.zst
Puppet-951de3da9243ad0d1b1dced6d68f6dd6396a4577.zip
Merge branch 'dev'
-rw-r--r--modules/base_installation/manifests/cronie.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/base_installation/manifests/cronie.pp b/modules/base_installation/manifests/cronie.pp
index ca3eb2a..7552b4d 100644
--- a/modules/base_installation/manifests/cronie.pp
+++ b/modules/base_installation/manifests/cronie.pp
@@ -24,6 +24,7 @@ class base_installation::cronie inherits base_installation {
24 } 24 }
25 cron::job::multiple { 'puppet-apply': 25 cron::job::multiple { 'puppet-apply':
26 ensure => present, 26 ensure => present,
27 environment => [ 'MAILTO=""' ],
27 jobs => [ 28 jobs => [
28 { 29 {
29 command => "cd $base_installation::puppet_code_path ; /usr/local/sbin/puppet_apply $base_installation::puppet_code_path/manifests/site.pp", 30 command => "cd $base_installation::puppet_code_path ; /usr/local/sbin/puppet_apply $base_installation::puppet_code_path/manifests/site.pp",