aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/postfix/manifests/init.pp')
-rw-r--r--modules/postfix/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 28302f1f..3df76a63 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -81,6 +81,15 @@ class postfix {
content => template("postfix/group_aliases.conf"),
}
+ # TODO make it conditional to the presence of sympa
+ file { '/etc/postfix/sympa_aliases':
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 644,
+ content => template("postfix/sympa_aliases"),
+ }
+