Removed permission handling from mirror dir due to rsync changing it during sync.
This commit is contained in:
parent
54a15954c9
commit
037883d8c2
1 changed files with 0 additions and 1 deletions
|
@ -112,7 +112,6 @@ define mirror::mirror($source, $rsync_options=[]) {
|
||||||
|
|
||||||
file { "/srv/mirrors/${name}":
|
file { "/srv/mirrors/${name}":
|
||||||
ensure => directory,
|
ensure => directory,
|
||||||
mode => "0755",
|
|
||||||
owner => "mirror",
|
owner => "mirror",
|
||||||
group => "mirror",
|
group => "mirror",
|
||||||
seltype => "httpd_sys_content_t",
|
seltype => "httpd_sys_content_t",
|
||||||
|
|
Loading…
Add table
Reference in a new issue