Fix typo in template source for server

This commit is contained in:
Eric Renfro 2019-05-10 03:15:18 -04:00
parent 30385c398f
commit 9e1be2bd35
Signed by: psi-jack
GPG Key ID: 14977F3A50D9A5BF
1 changed files with 1 additions and 1 deletions

View File

@ -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