]> gitweb.fluxo.info Git - puppet-nodo.git/commitdiff
Adding needed packages for nodo::mail
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 2 May 2010 22:19:40 +0000 (19:19 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 2 May 2010 22:19:40 +0000 (19:19 -0300)
manifests/mail.pp

index e885a065154e6da2071ea9e80d8467587b193506..cf88d70bc97647c1d5bf3f48d88d9f1a9df0911e 100644 (file)
@@ -10,7 +10,20 @@ class nodo::mail {
   include database
 
   # The needed packages
-  package { 'postfix-mysql':
+  package { [ 'postfix-mysql', 'dovecot-imapd' ]:
+    ensure => installed,
+  }
+
+  package { [ 'libauthen-sasl-cyrus-perl' 'libpam-mysql', 'libsasl2-modules', 'sasl2-bin', 
+              'libsasl2-modules-sql',     'libgsasl7',    'libsasl2-modules-sql' ]:
+    ensure => installed,
+  }
+
+  package { [ 'postgrey', 'amavisd-new', 'spamassassin', 'spamc' ]:
+    ensure => installed,
+  }
+
+  package { [ 'clamav-base', 'clamav-daemon', 'clamav-freshclam' ]:
     ensure => installed,
   }