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': {
|
'/etc/grafana/grafana.ini': {
|
||||||
'content_type': 'mako',
|
'content_type': 'mako',
|
||||||
'context': node.metadata['grafana'],
|
'context': node.metadata['grafana'],
|
||||||
'owner': 'root',
|
|
||||||
'group': 'grafana',
|
'group': 'grafana',
|
||||||
'mode': '0640',
|
'mode': '0640',
|
||||||
'triggers': {
|
'triggers': {
|
||||||
|
@ -52,7 +51,6 @@ files = {
|
||||||
},
|
},
|
||||||
'/etc/grafana/provisioning/dashboards/bundlewrap.yaml': {
|
'/etc/grafana/provisioning/dashboards/bundlewrap.yaml': {
|
||||||
'source': 'dashboards.yaml',
|
'source': 'dashboards.yaml',
|
||||||
'owner': 'grafana',
|
|
||||||
'group': 'grafana',
|
'group': 'grafana',
|
||||||
'mode': '0640',
|
'mode': '0640',
|
||||||
'triggers': {
|
'triggers': {
|
||||||
|
|
|
@ -4,7 +4,7 @@ directories = {
|
||||||
'/var/lib/influxdb': {
|
'/var/lib/influxdb': {
|
||||||
'owner': 'influxdb',
|
'owner': 'influxdb',
|
||||||
'group': 'influxdb',
|
'group': 'influxdb',
|
||||||
'mode': '0750',
|
'mode': '0755',
|
||||||
'needs': {
|
'needs': {
|
||||||
'pkg_apt:influxdb2',
|
'pkg_apt:influxdb2',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue