updated grafana state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-03-14 23:24:56 +01:00
parent 65d1aad3e5
commit cb296a3e30

View File

@ -6,7 +6,7 @@
{%- from tplroot ~ "/map.jinja" import grafana with context %} {%- from tplroot ~ "/map.jinja" import grafana with context %}
{%- from tplroot ~ "/jinja/macros.jinja" import format_kwargs with context %} {%- from tplroot ~ "/jinja/macros.jinja" import format_kwargs with context %}
{%- if grafana.pkg.use_upstream_archive %} {%- if grafana.pkg.use_upstream_archive %}
grafana-group: grafana-group:
user.present: user.present:
@ -42,10 +42,11 @@ grafana-package-archive-install-archive-extracted:
until: True until: True
interval: 60 interval: 60
splay: 10 splay: 10
- if_missing: {{ grafana.pkg.archive.name }}/bin/grafana
- user: {{ grafana.service.user }} - user: {{ grafana.service.user }}
- group: {{ grafana.service.group }} - group: {{ grafana.service.group }}
- recurse: - recurse:
- user - user
- group - group
{%- endif %} {%- endif %}