From: Silvio Rhatto Date: Fri, 13 Sep 2013 21:42:50 +0000 (-0300) Subject: Setting up mlmmj cronjob X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=aa5f1db5f6da0f5e8d3b5c263cc655a090f85c9f;p=puppet-mail.git Setting up mlmmj cronjob --- 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}": }