summaryrefslogtreecommitdiffstats
path: root/modules/cron/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2020-07-11 02:27:24 -0400
committerJesse Luehrs <doy@tozt.net>2020-07-11 02:45:15 -0400
commitd79af16f91204018bfdfd4b859a2156d9c21b87f (patch)
tree30922027d9e371464a15783da0f37a47d7b6345f /modules/cron/manifests
parentb1075daf36e8bd4cd7c04d8a0367f97a76fa66e0 (diff)
downloadpuppet-tozt-d79af16f91204018bfdfd4b859a2156d9c21b87f.tar.gz
puppet-tozt-d79af16f91204018bfdfd4b859a2156d9c21b87f.zip
make the cron wrapper use godwrap
Diffstat (limited to 'modules/cron/manifests')
-rw-r--r--modules/cron/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/cron/manifests/init.pp b/modules/cron/manifests/init.pp
index b1fd335..d715a86 100644
--- a/modules/cron/manifests/init.pp
+++ b/modules/cron/manifests/init.pp
@@ -1,4 +1,6 @@
class cron {
+ include godwrap
+
$from = "${facts['networking']['hostname']}-cron"
$password = secret::value('cron_email_password')