blob: 08a9be8b332c03eebae5a1988a2a9d272bfcb9f1 [file] [log] [blame]
Swann Croiset34c033b2017-04-12 15:50:57 +02001classes:
2- service.grafana.client.single
3parameters:
4 _param:
5 grafana_protocol: http
6 grafana_port: 3000
7 grafana:
8 client:
9 enabled: true
10 server:
11 protocol: ${_param:grafana_protocol}
12 host: ${_param:grafana_address}
13 port: ${_param:grafana_port}
14 user: ${_param:grafana_user}
15 password: ${_param:grafana_password}
16 remote_data:
17 engine: 'salt_mine'