bundles/icinga2: fix directory permissions for /etc/icingaweb2
This commit is contained in:
parent
d7b47d2560
commit
4a03a9f89c
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ DAYS_TO_STRING = [
|
||||||
directories = {
|
directories = {
|
||||||
'/etc/icingaweb2': {
|
'/etc/icingaweb2': {
|
||||||
'group': 'icingaweb2',
|
'group': 'icingaweb2',
|
||||||
'mode': '0775',
|
'mode': '2770',
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:icingaweb2',
|
'pkg_apt:icingaweb2',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue