aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 12:34:14 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 12:34:14 +0000
commit7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412 (patch)
tree7f465004b787990873a21e5fdf5b1519081031aa /modules/sympa/manifests
parent738516867e42c632ec017e885678f7cd07edb365 (diff)
downloadpuppet-7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412.tar
puppet-7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412.tar.gz
puppet-7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412.tar.bz2
puppet-7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412.tar.xz
puppet-7375d9b3fab2ea6c7b866c8fb56d3fc6176b5412.zip
add a sympa service, even if it would be better to add the 5 scripts
separatly
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index b6c00666..0ffabc4c 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -10,6 +10,14 @@ class sympa {
ensure => installed;
}
+ # sympa script start 5 differents script, I am not
+ # sure that puppet will correctly handle this
+ service { "sympa":
+ ensure => running,
+ hasstatus => true,
+ subscribe => [ Package["sympa"]]
+ }
+
$password = extlookup("sympa_password",'x')
$ldap_passwd = extlookup("sympa_ldap",'x')