From 94c6af6d25ffbc847ec9de83af90d330890bb89b Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Fri, 10 May 2019 03:16:34 -0400 Subject: [PATCH] Fix typo in template source for server-fix2 --- prometheus/server.sls | 1 + 1 file changed, 1 insertion(+) diff --git a/prometheus/server.sls b/prometheus/server.sls index d444c0a..5d17862 100644 --- a/prometheus/server.sls +++ b/prometheus/server.sls @@ -59,6 +59,7 @@ prometheus_service_unit: {%- endif %} - template: jinja - context: + svc: prometheus user: {{ prometheus.user }} group: {{ prometheus.group }} bin_path: {{ prometheus.server.version_path }}