diff --git a/prometheus/server.sls b/prometheus/server.sls index b898cd3..d444c0a 100644 --- a/prometheus/server.sls +++ b/prometheus/server.sls @@ -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