Fix prometheus reference
This commit is contained in:
parent
17958a7e81
commit
b03451053b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
{% from "prometheus/map.jinja" import prometheus with context %}
|
||||
{%- set version_path = haproxy.exporters.haproxy.install_dir ~ "/haproxy_exporter-" ~ prometheus.exporters.haproxy.version %}
|
||||
{%- set version_path = prometheus.exporters.haproxy.install_dir ~ "/haproxy_exporter-" ~ prometheus.exporters.haproxy.version %}
|
||||
|
||||
include:
|
||||
- prometheus.user
|
||||
|
|
Loading…
Reference in a new issue