From 037883d8c2d6daea2fb36d6c8e15d5f7d9dafbb9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Fri, 22 Mar 2013 14:57:06 +0200 Subject: [PATCH] Removed permission handling from mirror dir due to rsync changing it during sync. --- mirror/manifests/init.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/mirror/manifests/init.pp b/mirror/manifests/init.pp index 9001254..58a6e81 100644 --- a/mirror/manifests/init.pp +++ b/mirror/manifests/init.pp @@ -112,7 +112,6 @@ define mirror::mirror($source, $rsync_options=[]) { file { "/srv/mirrors/${name}": ensure => directory, - mode => "0755", owner => "mirror", group => "mirror", seltype => "httpd_sys_content_t",