[Mageia-sysadm] [549] add a sympa service, even if it would be better to add the 5 scripts

root at mageia.org root at mageia.org
Thu Dec 9 13:34:15 CET 2010


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:
--------------
    puppet/modules/sympa/manifests/init.pp

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')
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101209/a3af9c31/attachment.html>


More information about the Mageia-sysadm mailing list