summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/amavisd.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/amavisd.pp b/manifests/amavisd.pp
index 36c329c..720c15c 100644
--- a/manifests/amavisd.pp
+++ b/manifests/amavisd.pp
@@ -32,6 +32,15 @@ class mail::amavisd {
notify => Service['amavis'],
}
+ file { "/etc/amavis/conf.d/50-user":
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 0644,
+ source => "puppet:///modules/mail/amavisd/50-user",
+ notify => Service['amavis'],
+ }
+
group { 'amavis':
ensure => present,
}