aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/sympa/manifests/init.pp')
-rw-r--r--modules/sympa/manifests/init.pp41
1 files changed, 1 insertions, 40 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 3a68ddcd..7f6fcfe6 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -1,40 +1 @@
-class sympa {
-
- $package_list = ['sympa', 'sympa-www']
-
- package { $package_list:
- ensure => installed;
- }
-
- $password = extlookup("sympa_password")
- $ldappass = extlookup("sympa_ldap")
-
- file { '/etc/sympa/sympa.conf':
- ensure => present,
- # should be cleaner to have it root owned, but puppet do not support acl
- # and in any case, config will be reset if it change
- owner => sympa,
- group => apache,
- mode => 640,
- content => template("sympa/sympa.conf")
- }
-
- file { '/etc/sympa/auth.conf':
- ensure => present,
- owner => root,
- group => root,
- mode => 644,
- content => template("sympa/auth.conf")
- }
-
-
- include apache::mod_fcgid
- apache::webapp_other{"sympa":
- webapp_file => "sympa/webapp_sympa.conf",
- }
-
- apache::vhost_other_app { "ml.$domain":
- vhost_file => "sympa/vhost_ml.conf",
- }
-}
-
+class sympa { }