diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-08-14 11:08:41 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-08-14 11:08:41 -0300 |
commit | 35b2c40b791bcbc355c84502aba7e588f8c4bad5 (patch) | |
tree | 513f7fca25efab67735c1d1066c5bcc2692cfd2f /manifests | |
parent | e22ccea7c79f1a43db3e9542228986d4e2eb847f (diff) | |
download | puppet-mail-35b2c40b791bcbc355c84502aba7e588f8c4bad5.tar.gz puppet-mail-35b2c40b791bcbc355c84502aba7e588f8c4bad5.tar.bz2 |
Package cleanup
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/packages.pp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/manifests/packages.pp b/manifests/packages.pp index f99ff5a..661bdc8 100644 --- a/manifests/packages.pp +++ b/manifests/packages.pp @@ -4,13 +4,6 @@ class mail::packages { ensure => installed, } - # Don't use Cyrus SASL - # TODO: remove this block in the future - package { [ 'libauthen-sasl-cyrus-perl', 'libsasl2-modules', - 'libsasl2-modules-sql', 'sasl2-bin' ]: - ensure => absent, - } - package { [ 'postgrey', 'amavisd-new', 'spamassassin', 'spamc', 'libpam-mysql', 'libgsasl7' ]: ensure => installed, } |