From 8484dcb7f69585b2b0ed4e30ef999c3bdb9fbbc2 Mon Sep 17 00:00:00 2001 From: Dexter Morgan Date: Wed, 10 Nov 2010 14:56:47 +0000 Subject: Add ldap template file --- modules/sympa/manifests/init.pp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'modules/sympa/manifests') diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp index 5534b862..456ceb9c 100644 --- a/modules/sympa/manifests/init.pp +++ b/modules/sympa/manifests/init.pp @@ -7,6 +7,7 @@ class sympa { } $password = extlookup("sympa_password") + $ldappass = extlookup("sympa_ldap") file { '/etc/sympa/sympa.conf': ensure => present, @@ -16,5 +17,12 @@ 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") + } } -- cgit v1.2.1