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/002238.html | 105 +++++++++++++++++++++++++ 1 file changed, 105 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002238.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002238.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002238.html b/zarb-ml/mageia-sysadm/2011-January/002238.html new file mode 100644 index 000000000..6fdd19c1a --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002238.html @@ -0,0 +1,105 @@ + + + + [Mageia-sysadm] [855] fix group/user + + + + + + + + + +

[Mageia-sysadm] [855] fix group/user

+ root at mageia.org + root at mageia.org +
+ Wed Jan 19 00:08:26 CET 2011 +

+
+ +
Revision: 855
+Author:   dams
+Date:     2011-01-19 00:08:26 +0100 (Wed, 19 Jan 2011)
+Log Message:
+-----------
+fix group/user
+
+Modified Paths:
+--------------
+    puppet/modules/blog/manifests/init.pp
+
+Modified: puppet/modules/blog/manifests/init.pp
+===================================================================
+--- puppet/modules/blog/manifests/init.pp	2011-01-18 23:03:47 UTC (rev 854)
++++ puppet/modules/blog/manifests/init.pp	2011-01-18 23:08:26 UTC (rev 855)
+@@ -24,15 +24,15 @@
+ 
+     file { "/var/lib/blog":
+         ensure => directory,
+-        owner => apache,
++        owner => blog,
+         group => blog,
+         mode => 644,
+     }
+     
+     file { "/var/www/html/blog.mageia.org":
+ 	ensure => directory,
+-	owner => blog,
+-	group => apache,
++	owner => apache,
++	group => blog,
+ 	mode => 644,
+     }
+     
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110119/79b79d9a/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

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