From a177c98309fb667f4c2a6455f9ee3c7652343c99 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 23 Sep 2013 12:17:04 -0300 Subject: Mlmmj cleanup --- manifests/mlmmj.pp | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index a456cf4..2ef7d4f 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -23,20 +23,15 @@ class mail::mlmmj( require => User['mlmmj'], } + # This cronjob is already set by the debian package cron { 'mlmmj-maintd': command => '/usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj', user => mlmmj, hour => "*", minute => "*/2", - ensure => present, + ensure => absent, require => User['mlmmj'], } mail::mlmmj::domain { "${subdomain}.${domain}": } - - # TODO: remove in the future - postfix::virtual_regexp_snippet { "mlmmj_virtual_regexp": - ensure => absent, - content => template('mail/mlmmj/virtual_regexp.erb'), - } } -- cgit v1.2.3