summaryrefslogtreecommitdiff
path: root/manifests/amavisd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/amavisd.pp')
-rw-r--r--manifests/amavisd.pp11
1 files changed, 10 insertions, 1 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 85e2501..8617918 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -14,7 +14,16 @@ class mail::amavisd {
owner => root,
group => root,
mode => 0644,
- source => "puppet://$server/modules/mail/amavisd/15-content_filter_mode",
+ source => "puppet:///modules/mail/amavisd/15-content_filter_mode",
+ notify => Service['amavisd'],
+ }
+
+ file { "/etc/amavis/conf.d/20-debian_defaults":
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 0644,
+ source => "puppet:///modules/mail/amavisd/20-debian_defaults",
notify => Service['amavisd'],
}