Change Icinga Web 2's cfg dir's mode

6750 -> 6755

refs #6842
This commit is contained in:
Alexander Klimov 2014-10-30 14:02:48 +01:00
parent a4c4f50113
commit ba368f0af5
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ class icingaweb2 {
links => follow,
owner => 'apache',
group => 'apache',
mode => 6750,
mode => 6755,
require => Class['apache'],
}
}

View File

@ -19,7 +19,7 @@ class icingaweb2_dev {
ensure => directory,
owner => 'apache',
group => 'apache',
mode => 6750,
mode => 6755,
require => [
Class['apache'],
File['icingaweb2cfgDir']