bundles/{icinga2,influxdb}: fix file permissions
This commit is contained in:
parent
6d49889f2f
commit
ee761507a2
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@ files = {
|
||||||
'source': 'icinga2/icinga2.conf',
|
'source': 'icinga2/icinga2.conf',
|
||||||
'owner': 'nagios',
|
'owner': 'nagios',
|
||||||
'group': 'nagios',
|
'group': 'nagios',
|
||||||
|
'mode': '0640',
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:icinga2',
|
'pkg_apt:icinga2',
|
||||||
},
|
},
|
||||||
|
|
|
@ -4,7 +4,7 @@ directories = {
|
||||||
'/var/lib/influxdb': {
|
'/var/lib/influxdb': {
|
||||||
'owner': 'influxdb',
|
'owner': 'influxdb',
|
||||||
'group': 'influxdb',
|
'group': 'influxdb',
|
||||||
'mode': '0755',
|
'mode': '0750',
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:influxdb2',
|
'pkg_apt:influxdb2',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue