aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2017-04-21 14:10:47 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2017-04-21 14:10:47 +0200
commit7a45bdadf42f1042d995a8ccccd7f38610295903 (patch)
treeebe2b5cd74e824b2b96199283bffc72ebd951d55
parentb4a1baedd1dda3272841a4d2803ff7a07e4ce5d6 (diff)
downloadpuppet-7a45bdadf42f1042d995a8ccccd7f38610295903.tar
puppet-7a45bdadf42f1042d995a8ccccd7f38610295903.tar.gz
puppet-7a45bdadf42f1042d995a8ccccd7f38610295903.tar.bz2
puppet-7a45bdadf42f1042d995a8ccccd7f38610295903.tar.xz
puppet-7a45bdadf42f1042d995a8ccccd7f38610295903.zip
sympa: Remove dupplicate definition
-rw-r--r--modules/sympa/manifests/server.pp2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/sympa/manifests/server.pp b/modules/sympa/manifests/server.pp
index 429c5ae4..7fb1e41a 100644
--- a/modules/sympa/manifests/server.pp
+++ b/modules/sympa/manifests/server.pp
@@ -96,8 +96,6 @@ class sympa::server(
}
file {
- '/etc/postfix/master.cf':
- content => template('postfix/primary_master.cf');
'/etc/postfix/sympa_aliases':
content => template('postfix/sympa_aliases');
}