Revision
549
Author
misc
Date
2010-12-09 13:34:14 +0100 (Thu, 09 Dec 2010)

Log Message

add a sympa service, even if it would be better to add the 5 scripts
separatly

Modified Paths

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')