bundles/icinga2: fix directory permissions for /etc/icingaweb2

This commit is contained in:
Franzi 2022-03-12 08:53:48 +01:00
parent d7b47d2560
commit 4a03a9f89c
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -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',
}, },