Removed permission handling from mirror dir due to rsync changing it during sync.

This commit is contained in:
Timo Mkinen 2013-03-22 14:57:06 +02:00
parent 54a15954c9
commit 037883d8c2

View file

@ -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",