We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 654fedf + 86a179f commit e4e6b28Copy full SHA for e4e6b28
3 files changed
haproxy/config.sls
@@ -1,4 +1,4 @@
1
-{% from "haproxy/map.jinja" import haproxy with context %}
+{% from tpldir ~ "/map.jinja" import haproxy with context %}
2
3
{% set config_file = salt['pillar.get']('haproxy:config_file_path', haproxy.config_file) %}
4
haproxy.config:
haproxy/install.sls
haproxy.install:
pkg.installed:
haproxy/service.sls
haproxy.service:
{% if salt['pillar.get']('haproxy:enable', True) %}
0 commit comments