diff --git a/bundles/icinga2/items.py b/bundles/icinga2/items.py index f39eebe..1a42e70 100644 --- a/bundles/icinga2/items.py +++ b/bundles/icinga2/items.py @@ -106,6 +106,7 @@ files = { 'source': 'icinga2/icinga2.conf', 'owner': 'nagios', 'group': 'nagios', + 'mode': '0640', 'needs': { 'pkg_apt:icinga2', }, diff --git a/bundles/influxdb2/items.py b/bundles/influxdb2/items.py index bc4ec25..e842e7f 100644 --- a/bundles/influxdb2/items.py +++ b/bundles/influxdb2/items.py @@ -4,7 +4,7 @@ directories = { '/var/lib/influxdb': { 'owner': 'influxdb', 'group': 'influxdb', - 'mode': '0755', + 'mode': '0750', 'needs': { 'pkg_apt:influxdb2', },