[Mageia-sysadm] [282] We do not need those 2 files as we will not handle the alias in the ldap

root at mageia.org root at mageia.org
Thu Nov 18 18:14:17 CET 2010


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:
--------------
    puppet/modules/sympa/manifests/init.pp

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":
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101118/5ed2f26b/attachment-0001.html>


More information about the Mageia-sysadm mailing list