bundles/{grafana,influxdb2}: fix more permissions
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good
This commit is contained in:
parent
72d91767ec
commit
8301664d9a
2 changed files with 1 additions and 3 deletions
|
@ -43,7 +43,6 @@ files = {
|
|||
'/etc/grafana/grafana.ini': {
|
||||
'content_type': 'mako',
|
||||
'context': node.metadata['grafana'],
|
||||
'owner': 'root',
|
||||
'group': 'grafana',
|
||||
'mode': '0640',
|
||||
'triggers': {
|
||||
|
@ -52,7 +51,6 @@ files = {
|
|||
},
|
||||
'/etc/grafana/provisioning/dashboards/bundlewrap.yaml': {
|
||||
'source': 'dashboards.yaml',
|
||||
'owner': 'grafana',
|
||||
'group': 'grafana',
|
||||
'mode': '0640',
|
||||
'triggers': {
|
||||
|
|
|
@ -4,7 +4,7 @@ directories = {
|
|||
'/var/lib/influxdb': {
|
||||
'owner': 'influxdb',
|
||||
'group': 'influxdb',
|
||||
'mode': '0750',
|
||||
'mode': '0755',
|
||||
'needs': {
|
||||
'pkg_apt:influxdb2',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue