Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp 2010-11-18 16:58:22 UTC (rev 281)
+++ puppet/modules/sympa/manifests/init.pp 2010-11-18 17:14:16 UTC (rev 282)
@@ -17,14 +17,6 @@
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 @@
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":