bundles/{grafana,influxdb2}: fix more permissions
All checks were successful
kunsi/bundlewrap/pipeline/head This commit looks good

This commit is contained in:
Franzi 2021-08-20 13:33:28 +02:00
parent 72d91767ec
commit 8301664d9a
Signed by: kunsi
GPG key ID: 12E3D2136B818350
2 changed files with 1 additions and 3 deletions

View file

@ -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': {

View file

@ -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',
}, },