11 lines
221 B
Plaintext
11 lines
221 B
Plaintext
|
{% from 'lib.sls' import container_deploy with context %}
|
||
|
|
||
|
Create grafana data directory:
|
||
|
file.directory:
|
||
|
- name: /srv/grafana
|
||
|
- user: 472
|
||
|
- group: root
|
||
|
- mode: "0750"
|
||
|
|
||
|
{{ container_deploy('grafana') }}
|