mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-02-01 12:53:36 +01:00
makedirs and place readme file for grafana https://github.com/Security-Onion-Solutions/securityonion/issues/1175
This commit is contained in:
1
salt/grafana/etc/files/readme.txt
Normal file
1
salt/grafana/etc/files/readme.txt
Normal file
@@ -0,0 +1 @@
|
||||
For files that are referenced inside the Grafana config, place them in /opt/so/saltstack/local/salt/grafana/etc/files/. This would include keys used for smtp or a Grafana enterprise license file.
|
||||
@@ -86,6 +86,8 @@ grafana-dashboard-config:
|
||||
- group: 939
|
||||
- template: jinja
|
||||
- source: salt://grafana/etc/dashboards/dashboard.yml
|
||||
- makedirs: True
|
||||
|
||||
|
||||
grafana-datasources-config:
|
||||
file.managed:
|
||||
@@ -94,6 +96,7 @@ grafana-datasources-config:
|
||||
- group: 939
|
||||
- template: jinja
|
||||
- source: salt://grafana/etc/datasources/influxdb.yaml
|
||||
- makedirs: True
|
||||
|
||||
grafana-config:
|
||||
file.managed:
|
||||
|
||||
Reference in New Issue
Block a user