diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 11:02:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-08 11:02:44 -0300 |
commit | 60d90551410e80b6aa8cb1027a239fde74b02009 (patch) | |
tree | 2f5e7b7222dec546365375fd5c838a7b611faff3 /manifests | |
parent | f9b0480e5bd251275325a0c317d910a8b531ebe7 (diff) | |
download | puppet-mail-60d90551410e80b6aa8cb1027a239fde74b02009.tar.gz puppet-mail-60d90551410e80b6aa8cb1027a239fde74b02009.tar.bz2 |
Including mail::postfixadmin
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/system.pp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/manifests/system.pp b/manifests/system.pp index b6db2d2..c6f4b05 100644 --- a/manifests/system.pp +++ b/manifests/system.pp @@ -35,9 +35,7 @@ class mail::system { include mail::dovecot include mail::amavisd include mail::header_checks - - # TODO - #include mail::postfixadmin + include mail::postfixadmin # Postfix configuration postfix::config { |