Revision
282
Author
dmorgan
Date
2010-11-18 18:14:16 +0100 (Thu, 18 Nov 2010)

Log Message

We do not need those 2 files as we will not handle the alias in the ldap

Modified Paths

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":