From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2010-November/000209.html | 91 +++++++++++++++++++++++++ 1 file changed, 91 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000209.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000209.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000209.html b/zarb-ml/mageia-sysadm/2010-November/000209.html new file mode 100644 index 000000000..a16cd0b08 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000209.html @@ -0,0 +1,91 @@ + + + + [Mageia-sysadm] [96] - fix the service name ( as i cannot name it apache, i need to use a alias ) + + + + + + + + + +

[Mageia-sysadm] [96] - fix the service name ( as i cannot name it apache, i need to use a alias )

+ root at mageia.org + root at mageia.org +
+ Thu Nov 4 18:42:21 CET 2010 +

+
+ +
Revision: 96
+Author:   misc
+Date:     2010-11-04 18:42:21 +0100 (Thu, 04 Nov 2010)
+Log Message:
+-----------
+- fix the service name ( as i cannot name it apache, i need to use a alias )
+
+Modified Paths:
+--------------
+    puppet/modules/apache/manifests/init.pp
+
+Modified: puppet/modules/apache/manifests/init.pp
+===================================================================
+--- puppet/modules/apache/manifests/init.pp	2010-11-04 17:14:35 UTC (rev 95)
++++ puppet/modules/apache/manifests/init.pp	2010-11-04 17:42:21 UTC (rev 96)
+@@ -5,10 +5,10 @@
+             ensure => installed
+         }
+     
+-        service { apache: 
++        service { httpd: 
++            alias => apache,
+             ensure => running,
+             subscribe => [ Package['apache-mpm-prefork'] ],
+-            path => "/etc/init.d/httpd"
+         }
+     }
+     
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101104/9e1c92f1/attachment.html>
+
+ + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1