2017-01-17 10:58:09 -05:00
|
|
|
{% from "prometheus/map.jinja" import prometheus with context %}
|
|
|
|
|
2016-10-04 11:03:07 -04:00
|
|
|
prometheus_group:
|
|
|
|
group.present:
|
2017-01-17 10:09:06 -05:00
|
|
|
- name: {{ prometheus.group }}
|
|
|
|
- system: True
|
2016-10-04 11:03:07 -04:00
|
|
|
|
|
|
|
prometheus_user:
|
|
|
|
user.present:
|
2017-01-17 10:09:06 -05:00
|
|
|
- name: {{ prometheus.user }}
|
2016-10-04 11:03:07 -04:00
|
|
|
- home: /var/lib/prometheus
|
2017-01-17 10:09:06 -05:00
|
|
|
- gid: {{ prometheus.group }}
|
|
|
|
- system: True
|