From aa5f1db5f6da0f5e8d3b5c263cc655a090f85c9f Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 13 Sep 2013 18:42:50 -0300 Subject: Setting up mlmmj cronjob --- manifests/mlmmj.pp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index 47250bb..a456cf4 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -23,14 +23,14 @@ class mail::mlmmj( require => User['mlmmj'], } - #cron { 'mlmmj-maintd': - # command => '/usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj', - # user => root, - # hour => "*", - # minute => "*/2", - # ensure => present, - # require => User['mlmmj'], - #} + cron { 'mlmmj-maintd': + command => '/usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj', + user => mlmmj, + hour => "*", + minute => "*/2", + ensure => present, + require => User['mlmmj'], + } mail::mlmmj::domain { "${subdomain}.${domain}": } -- cgit v1.2.3