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/000601.html | 126 ++++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000601.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000601.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000601.html b/zarb-ml/mageia-sysadm/2010-November/000601.html new file mode 100644 index 000000000..3cf12cfac --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000601.html @@ -0,0 +1,126 @@ + + + + [Mageia-sysadm] [276] Merge two modules: mysql and blog + + + + + + + + + +

[Mageia-sysadm] [276] Merge two modules: mysql and blog

+ root at mageia.org + root at mageia.org +
+ Thu Nov 18 10:50:41 CET 2010 +

+
+ +
Revision: 276
+Author:   dams
+Date:     2010-11-18 10:50:40 +0100 (Thu, 18 Nov 2010)
+Log Message:
+-----------
+Merge two modules: mysql and blog
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+    puppet/modules/blog/manifests/init.pp
+
+Removed Paths:
+-------------
+    puppet/modules/mysql/
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2010-11-18 00:57:00 UTC (rev 275)
++++ puppet/manifests/nodes.pp	2010-11-18 09:50:40 UTC (rev 276)
+@@ -111,10 +111,9 @@
+ # - setup blog
+ #
+     include default_mageia_server
++    timezone::timezone { "Europe/Paris": }
+     include apache::base
+     include apache::mod_php
+-    include mysql
+-    timezone::timezone { "Europe/Paris": }
+     include blog
+ }
+ 
+
+Modified: puppet/modules/blog/manifests/init.pp
+===================================================================
+--- puppet/modules/blog/manifests/init.pp	2010-11-18 00:57:00 UTC (rev 275)
++++ puppet/modules/blog/manifests/init.pp	2010-11-18 09:50:40 UTC (rev 276)
+@@ -1,6 +1,20 @@
+ #TODO: 
+ # - add the creation of the user 'blog' in puppet
+-class blog {
++class mysql {
++	package { 'mysql':
++        	ensure => installed
++    	}
++    	package { 'php-mysql':
++        	ensure => installed
++    	}
++
++	service { mysqld:
++        	ensure => running,
++        	subscribe => Package["mysql"],
++    	}
++}
++
++class check_new-blog-post {
+ 	package { 'wget':
+         	ensure => installed
+     	}
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101118/097fa3d8/attachment.html>
+
+ + + + + + + + + + + +
+

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