[Mageia-sysadm] [847] bin directory should be owned by root

root at mageia.org root at mageia.org
Tue Jan 18 19:37:14 CET 2011


Revision: 847
Author:   boklm
Date:     2011-01-18 19:37:14 +0100 (Tue, 18 Jan 2011)
Log Message:
-----------
bin directory should be owned by root

Modified Paths:
--------------
    puppet/modules/mirror/manifests/init.pp

Modified: puppet/modules/mirror/manifests/init.pp
===================================================================
--- puppet/modules/mirror/manifests/init.pp	2011-01-18 18:34:00 UTC (rev 846)
+++ puppet/modules/mirror/manifests/init.pp	2011-01-18 18:37:14 UTC (rev 847)
@@ -4,8 +4,8 @@
 	$locksdir = '/home/mirror/locks'
 	file { "$bindir":
 	    ensure => directory,
-            owner => mirror,
-	    group => mirror,
+            owner => root,
+	    group => root,
 	    mode => 755
 	}
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110118/0fc253b9/attachment.html>


More information about the Mageia-sysadm mailing list