aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:46:38 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-04-09 17:46:38 +0200
commit2cd20256e34e8a5591da49a368d673a9dc538538 (patch)
tree73467ab8c21614753a2074bb12467a07643aac06
parent951de3da9243ad0d1b1dced6d68f6dd6396a4577 (diff)
parent0f3b69eb188346cb657850ea218918bd4a43460d (diff)
downloadPuppet-2cd20256e34e8a5591da49a368d673a9dc538538.tar.gz
Puppet-2cd20256e34e8a5591da49a368d673a9dc538538.tar.zst
Puppet-2cd20256e34e8a5591da49a368d673a9dc538538.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 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',