some influxdb dir permission
This commit is contained in:
parent
04a271a1e5
commit
5b6d31742e
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@ from shlex import quote
|
|||
directories['/var/lib/influxdb'] = {
|
||||
'owner': 'influxdb',
|
||||
'group': 'influxdb',
|
||||
'mode': '0750',
|
||||
'needs': [
|
||||
'zfs_dataset:tank/influxdb',
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue