diff options
Diffstat (limited to 'manifests/sympa.pp')
-rw-r--r-- | manifests/sympa.pp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/manifests/sympa.pp b/manifests/sympa.pp index fd65e7e..94c89ad 100644 --- a/manifests/sympa.pp +++ b/manifests/sympa.pp @@ -68,6 +68,15 @@ class mail::sympa( notify => Service['apache', 'sympa'], } + file { "/etc/sympa/wwsympa.conf": + ensure => present, + owner => sympa, + group => sympa, + mode => 0640, + source => "puppet:///modules/mail/sympa/wwsympa.conf", + notify => Service['apache', 'sympa'], + } + file { "/etc/dbconfig-common": ensure => directory, owner => root, |