summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2011-January/002238.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/002238.html')
-rw-r--r--zarb-ml/mageia-sysadm/2011-January/002238.html105
1 files changed, 105 insertions, 0 deletions
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 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [855] fix group/user
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B855%5D%20fix%20group/user&In-Reply-To=%3C20110118230826.ACB0D4297B%40valstar.mageia.org%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="002242.html">
+ <LINK REL="Next" HREF="002243.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [855] fix group/user</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B855%5D%20fix%20group/user&In-Reply-To=%3C20110118230826.ACB0D4297B%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [855] fix group/user">root at mageia.org
+ </A><BR>
+ <I>Wed Jan 19 00:08:26 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="002242.html">[Mageia-sysadm] [854] add AllowOverride All to vhost
+</A></li>
+ <LI>Next message: <A HREF="002243.html">[Mageia-sysadm] [856] now support 'new post' or 'modification of last post' to prevent bad notification mails
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2238">[ date ]</a>
+ <a href="thread.html#2238">[ thread ]</a>
+ <a href="subject.html#2238">[ subject ]</a>
+ <a href="author.html#2238">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>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 { &quot;/var/lib/blog&quot;:
+ ensure =&gt; directory,
+- owner =&gt; apache,
++ owner =&gt; blog,
+ group =&gt; blog,
+ mode =&gt; 644,
+ }
+
+ file { &quot;/var/www/html/blog.mageia.org&quot;:
+ ensure =&gt; directory,
+- owner =&gt; blog,
+- group =&gt; apache,
++ owner =&gt; apache,
++ group =&gt; blog,
+ mode =&gt; 644,
+ }
+
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20110119/79b79d9a/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="002242.html">[Mageia-sysadm] [854] add AllowOverride All to vhost
+</A></li>
+ <LI>Next message: <A HREF="002243.html">[Mageia-sysadm] [856] now support 'new post' or 'modification of last post' to prevent bad notification mails
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#2238">[ date ]</a>
+ <a href="thread.html#2238">[ thread ]</a>
+ <a href="subject.html#2238">[ subject ]</a>
+ <a href="author.html#2238">[ author ]</a>
+ </LI>
+ </UL>
+
+<hr>
+<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm
+mailing list</a><br>
+</body></html>