[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