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/000867.html | 99 +++++++++++++++++++++++++ 1 file changed, 99 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000867.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000867.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000867.html b/zarb-ml/mageia-sysadm/2010-November/000867.html new file mode 100644 index 000000000..724802639 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000867.html @@ -0,0 +1,99 @@ + + + + [Mageia-sysadm] [438] fix permissions on tagmail.conf + + + + + + + + + +

[Mageia-sysadm] [438] fix permissions on tagmail.conf

+ root at mageia.org + root at mageia.org +
+ Wed Nov 24 00:23:17 CET 2010 +

+
+ +
Revision: 438
+Author:   misc
+Date:     2010-11-24 00:23:17 +0100 (Wed, 24 Nov 2010)
+Log Message:
+-----------
+fix permissions on tagmail.conf
+
+Modified Paths:
+--------------
+    puppet/modules/puppet/manifests/init.pp
+
+Modified: puppet/modules/puppet/manifests/init.pp
+===================================================================
+--- puppet/modules/puppet/manifests/init.pp	2010-11-23 23:17:48 UTC (rev 437)
++++ puppet/modules/puppet/manifests/init.pp	2010-11-23 23:23:17 UTC (rev 438)
+@@ -42,9 +42,9 @@
+ 
+         file { '/etc/puppet/tagmail.conf':
+             ensure => present,
+-            owner => puppet,
+-            group => puppet,
+-            mode => 700,
++            owner => root,
++            group => root,
++            mode => 644,
+             content => template("puppet/tagmail.conf"),
+        } 
+         
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101124/f4cf23bd/attachment.html>
+
+ + + + + + + + + + + + + + + +
+

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