mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
a4c4f50113
commit
ba368f0af5
@ -7,7 +7,7 @@ class icingaweb2 {
|
|||||||
links => follow,
|
links => follow,
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
mode => 6750,
|
mode => 6755,
|
||||||
require => Class['apache'],
|
require => Class['apache'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -19,7 +19,7 @@ class icingaweb2_dev {
|
|||||||
ensure => directory,
|
ensure => directory,
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
mode => 6750,
|
mode => 6755,
|
||||||
require => [
|
require => [
|
||||||
Class['apache'],
|
Class['apache'],
|
||||||
File['icingaweb2cfgDir']
|
File['icingaweb2cfgDir']
|
||||||
|
Loading…
x
Reference in New Issue
Block a user