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/2011-January/002187.html | 116 +++++++++++++++++++++++++ 1 file changed, 116 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002187.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002187.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002187.html b/zarb-ml/mageia-sysadm/2011-January/002187.html new file mode 100644 index 000000000..832801240 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002187.html @@ -0,0 +1,116 @@ + + + + [Mageia-sysadm] [829] start the migration of blogs on champagne + + + + + + + + + +

[Mageia-sysadm] [829] start the migration of blogs on champagne

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 17:31:36 CET 2011 +

+
+ +
Revision: 829
+Author:   dams
+Date:     2011-01-18 17:31:36 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+start the migration of blogs on champagne
+
+Modified Paths:
+--------------
+    puppet/modules/blog/manifests/init.pp
+
+Modified: puppet/modules/blog/manifests/init.pp
+===================================================================
+--- puppet/modules/blog/manifests/init.pp	2011-01-18 15:10:30 UTC (rev 828)
++++ puppet/modules/blog/manifests/init.pp	2011-01-18 16:31:36 UTC (rev 829)
+@@ -1,14 +1,13 @@
+ #TODO: 
+ # - add the creation of the user 'blog' in puppet
+ class blog {
+-    include apache::mod_php
++	include apache::mod_php
+     include mysql
+ 
+     package { ['wget','php-mysql']:
+         ensure => installed
+     }
+ 
+-
+ 	file { "check_new-blog-post":
+         path => "/usr/local/bin/check_new-blog-post.sh",
+         ensure => present,
+@@ -24,7 +23,14 @@
+         group => blog,
+         mode => 644,
+     }
+-
++    
++    file { "/var/www/html/blog.mageia.org":
++	ensure => directory,
++	owner => blog,
++	group => apache,
++	mode => 644,
++    }
++    
+     cron { blog:
+         user => blog,
+         minute => '*/15',
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/b800dab1/attachment-0001.html>
+
+ + + + + + + + + + + + + +
+

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