Remove setting env vars in the static_mirror part of puppet-cron
[mirror/dsa-puppet.git] / modules / staticsync / manifests / static_mirror.pp
index bcec311..3f6a8d8 100644 (file)
@@ -31,8 +31,6 @@ class staticsync::static_mirror (
   concat::fragment { 'puppet-crontab--static-mirror':
     target => '/etc/cron.d/puppet-crontab',
     content  => @("EOF"),
-        MAILTO=root
-        PATH=/usr/local/bin:/usr/bin:/bin
         @reboot ${staticsync::user} sleep 60; chronic static-mirror-run-all
         | EOF
   }