diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-21 20:46:42 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-21 20:46:42 +0200 |
commit | 1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf (patch) | |
tree | 7a24a3ffdcbdc8271e371e43b80002f1ba4834eb /modules | |
parent | 7a45bdadf42f1042d995a8ccccd7f38610295903 (diff) | |
download | puppet-1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf.tar puppet-1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf.tar.gz puppet-1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf.tar.bz2 puppet-1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf.tar.xz puppet-1480da2d66b1d8aa9c9cdb7157dd54f4a9f89edf.zip |
Revert "sympa: Remove dupplicate definition"
This reverts commit 7a45bdadf42f1042d995a8ccccd7f38610295903.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/sympa/manifests/server.pp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/sympa/manifests/server.pp b/modules/sympa/manifests/server.pp index 7fb1e41a..429c5ae4 100644 --- a/modules/sympa/manifests/server.pp +++ b/modules/sympa/manifests/server.pp @@ -96,6 +96,8 @@ class sympa::server( } file { + '/etc/postfix/master.cf': + content => template('postfix/primary_master.cf'); '/etc/postfix/sympa_aliases': content => template('postfix/sympa_aliases'); } |