Modified: puppet/modules/sympa/manifests/init.pp
===================================================================
--- puppet/modules/sympa/manifests/init.pp 2010-12-08 07:42:49 UTC (rev 548)
+++ puppet/modules/sympa/manifests/init.pp 2010-12-09 12:34:14 UTC (rev 549)
@@ -10,6 +10,14 @@
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')