aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/sympa/manifests/init.pp15
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 0cc52672..11543193 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -17,14 +17,6 @@ class sympa {
content => template("sympa/sympa.conf")
}
- file { '/etc/sympa/ldap_alias_manager.conf':
- ensure => present,
- owner => root,
- group => root,
- mode => 644,
- content => template("sympa/ldap_alias_manager.conf")
- }
-
file { '/etc/sympa/auth.conf':
ensure => present,
owner => root,
@@ -33,13 +25,6 @@ class sympa {
content => template("sympa/auth.conf")
}
- file { '/etc/sympa/ldap_alias_entry.tt2':
- ensure => present,
- owner => root,
- group => root,
- mode => 644,
- content => template("sympa/ldap_alias_entry.tt2")
- }
include apache::mod_fcgid
apache::webapp_other{"sympa":