aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:46:23 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:46:23 +0200
commit0f3b69eb188346cb657850ea218918bd4a43460d (patch)
tree73467ab8c21614753a2074bb12467a07643aac06
parent60bb95a8ae57de3cb3a70290348f041b5f499d91 (diff)
downloadPuppet-0f3b69eb188346cb657850ea218918bd4a43460d.tar.gz
Puppet-0f3b69eb188346cb657850ea218918bd4a43460d.tar.zst
Puppet-0f3b69eb188346cb657850ea218918bd4a43460d.zip
Disable mailto for all puppet apply
-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 7552b4d..923e181 100644
--- a/modules/base_installation/manifests/cronie.pp
+++ b/modules/base_installation/manifests/cronie.pp
@@ -16,6 +16,7 @@ class base_installation::cronie inherits base_installation {
16 } 16 }
17 cron::job { 'puppet-pull-apply': 17 cron::job { 'puppet-pull-apply':
18 ensure => present, 18 ensure => present,
19 environment => [ 'MAILTO=""' ],
19 command => "cd $base_installation::puppet_code_path ; /usr/bin/git pull", 20 command => "cd $base_installation::puppet_code_path ; /usr/bin/git pull",
20 user => root, 21 user => root,
21 minute => '15,45', 22 minute => '15,45',