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',
|
||||
'owner': 'nagios',
|
||||
'group': 'nagios',
|
||||
'mode': '0640',
|
||||
'needs': {
|
||||
'pkg_apt:icinga2',
|
||||
},
|
||||
|
|
|
@ -4,7 +4,7 @@ directories = {
|
|||
'/var/lib/influxdb': {
|
||||
'owner': 'influxdb',
|
||||
'group': 'influxdb',
|
||||
'mode': '0755',
|
||||
'mode': '0750',
|
||||
'needs': {
|
||||
'pkg_apt:influxdb2',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue