diff options
-rw-r--r-- | modules/base_installation/manifests/cronie.pp | 1 |
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', |