summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:31:28 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-08-06 18:31:28 -0300
commitc275f5e9b1b9197c3d546661d866450a2746534b (patch)
tree5a69dab548f01c0fd2617965a427bacad04c873b /manifests/amavisd.pp
parent713c0e5b7eb306e7f0112b93dec90c13c3df9df5 (diff)
downloadpuppet-mail-c275f5e9b1b9197c3d546661d866450a2746534b.tar.gz
puppet-mail-c275f5e9b1b9197c3d546661d866450a2746534b.tar.bz2
Using postfix_use_amavisd
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 1047fb0..d59670a 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -1,6 +1,4 @@
class mail::amavisd {
- # TODO: master.cf
-
service { "amavisd":
ensure => running,
require => Package['amavisd-new'],