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/000726.html | 113 ++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000726.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000726.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000726.html b/zarb-ml/mageia-sysadm/2010-November/000726.html new file mode 100644 index 000000000..e6747ba60 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000726.html @@ -0,0 +1,113 @@ + + + + [Mageia-sysadm] [361] - move apache requirement in the blog class ( so we do not forget it ) + + + + + + + + + +

[Mageia-sysadm] [361] - move apache requirement in the blog class ( so we do not forget it )

+ root at mageia.org + root at mageia.org +
+ Mon Nov 22 00:23:59 CET 2010 +

+
+ +
Revision: 361
+Author:   misc
+Date:     2010-11-22 00:23:59 +0100 (Mon, 22 Nov 2010)
+Log Message:
+-----------
+- move apache requirement in the blog class ( so we do not forget it )
+- since apache::mod_php implie apache::base, remove redundant include
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+    puppet/modules/blog/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2010-11-21 23:12:54 UTC (rev 360)
++++ puppet/manifests/nodes.pp	2010-11-21 23:23:59 UTC (rev 361)
+@@ -111,8 +111,6 @@
+ #
+     include default_mageia_server
+     timezone::timezone { "Europe/Paris": }
+-    include apache::base
+-    include apache::mod_php
+     include blog
+ }
+ 
+
+Modified: puppet/modules/blog/manifests/init.pp
+===================================================================
+--- puppet/modules/blog/manifests/init.pp	2010-11-21 23:12:54 UTC (rev 360)
++++ puppet/modules/blog/manifests/init.pp	2010-11-21 23:23:59 UTC (rev 361)
+@@ -9,15 +9,13 @@
+                 ensure => installed
+         }
+ 
++    include apache::mod_php
++
+     	package { 'php-mysql':
+         	ensure => installed
+     	}
+ 
+-	service { mysqld:
+-        	ensure => running,
+-        	subscribe => Package["mysql"],
+-    	}
+-	
++
+ 	file { "check_new-blog-post":
+         	path => "/usr/local/bin/check_new-blog-post.sh",
+         	ensure => present,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101122/493e00e7/attachment.html>
+
+ + + + + + + +
+

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