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/002232.html | 108 +++++++++++++++++++++++++ 1 file changed, 108 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002232.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002232.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002232.html b/zarb-ml/mageia-sysadm/2011-January/002232.html new file mode 100644 index 000000000..8c8bbf335 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002232.html @@ -0,0 +1,108 @@ + + + + [Mageia-sysadm] [852] add dep and rights + + + + + + + + + +

[Mageia-sysadm] [852] add dep and rights

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 23:47:43 CET 2011 +

+
+ +
Revision: 852
+Author:   dams
+Date:     2011-01-18 23:47:43 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+add dep and rights
+
+Modified Paths:
+--------------
+    puppet/modules/blog/manifests/init.pp
+
+Modified: puppet/modules/blog/manifests/init.pp
+===================================================================
+--- puppet/modules/blog/manifests/init.pp	2011-01-18 22:43:54 UTC (rev 851)
++++ puppet/modules/blog/manifests/init.pp	2011-01-18 22:47:43 UTC (rev 852)
+@@ -1,10 +1,11 @@
+ #TODO: 
+ # - add the creation of the user 'blog' in puppet
++# - add the user 'blog' to the 'apache' group (usermod -a -G apache blog)
+ class blog {
+-	include apache::mod_php
++    include apache::mod_php
+     include mysql
+ 
+-    package { ['wget','php-mysql']:
++    package { ['wget','mod_rewrite','php-mysql']:
+         ensure => installed
+     }
+ 
+@@ -23,7 +24,7 @@
+ 
+     file { "/var/lib/blog":
+         ensure => directory,
+-        owner => blog,
++        owner => apache,
+         group => blog,
+         mode => 644,
+     }
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/089644ab/attachment.html>
+
+ + + + + + + + + + + + + + +
+

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