Fix typo in template source for server
This commit is contained in:
parent
30385c398f
commit
9e1be2bd35
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ prometheus_service_unit:
|
|||
{%- if grains.get('init') == 'systemd' %}
|
||||
- name: /etc/systemd/system/prometheus.service
|
||||
{# - source: salt://prometheus/files/prometheus.systemd.jinja #}
|
||||
- source: salt://prometheus/fiels/exporter.systemd.jinja
|
||||
- source: salt://prometheus/files/exporter.systemd.jinja
|
||||
{%- elif grains.get('init') == 'upstart' %}
|
||||
- name: /etc/init/prometheus.conf
|
||||
- source: salt://prometheus/files/prometheus.upstart.jinja
|
||||
|
|
Loading…
Reference in a new issue