From c6733e97cbabaef6a0f33f7646169a3d82e6c698 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Thu, 18 Nov 2010 17:14:16 +0000 Subject: We do not need those 2 files as we will not handle the alias in the ldap --- modules/sympa/manifests/init.pp | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'modules/sympa/manifests') 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": -- cgit v1.2.1