aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
diff options
context:
space:
mode:
authorDexter Morgan <dmorgan@mageia.org>2010-11-18 17:14:16 +0000
committerDexter Morgan <dmorgan@mageia.org>2010-11-18 17:14:16 +0000
commitc6733e97cbabaef6a0f33f7646169a3d82e6c698 (patch)
tree5b508770ccd7af02c22485d93c239e4c25b86203 /modules/sympa/manifests
parente38d6bdc9c354dc4e608444f7f77f1344d23ffe3 (diff)
downloadpuppet-c6733e97cbabaef6a0f33f7646169a3d82e6c698.tar
puppet-c6733e97cbabaef6a0f33f7646169a3d82e6c698.tar.gz
puppet-c6733e97cbabaef6a0f33f7646169a3d82e6c698.tar.bz2
puppet-c6733e97cbabaef6a0f33f7646169a3d82e6c698.tar.xz
puppet-c6733e97cbabaef6a0f33f7646169a3d82e6c698.zip
We do not need those 2 files as we will not handle the alias in the ldap
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp15
1 files changed, 0 insertions, 15 deletions
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":