diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 16:14:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-04-07 16:14:35 -0300 |
commit | 682b5e84af9995961f2a81514252c1d43ace74f1 (patch) | |
tree | 79e9cf6ae11393779442a524297865346233b704 /manifests | |
parent | 247d8f1f2e462321f80070154b0fc30c97acba36 (diff) | |
download | puppet-mail-682b5e84af9995961f2a81514252c1d43ace74f1.tar.gz puppet-mail-682b5e84af9995961f2a81514252c1d43ace74f1.tar.bz2 |
Minor change
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/mlmmj.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/mlmmj.pp b/manifests/mlmmj.pp index f07c860..6ac7731 100644 --- a/manifests/mlmmj.pp +++ b/manifests/mlmmj.pp @@ -21,7 +21,7 @@ class mail::mlmmj { #cron { 'mlmmj-maintd': # command => '/usr/bin/mlmmj-maintd -F -d /var/spool/mlmmj', - # user => mlmmj, + # user => root, # hour => "*", # minute => "*/2", # ensure => present, |