commit | a5f768e4d105c7d632ee51ce0522b8fbe88fa493 | [log] [tgz] |
---|---|---|
author | Ales Komarek <mail@newt.cz> | Sun Sep 21 17:48:03 2014 +0200 |
committer | Ales Komarek <mail@newt.cz> | Sun Sep 21 17:48:03 2014 +0200 |
tree | ef14b0851690f1d976788dcab35822ac6bc76e20 | |
parent | 9b602937e71565bb736deb76e9ad71aba6f66519 [diff] [blame] |
fixes
diff --git a/init.sls b/init.sls index d8a93c5..2ef804f 100644 --- a/init.sls +++ b/init.sls
@@ -1,8 +1,8 @@ include: -{%- if pillar.foreman.server.enabled %} -- foreman.server +{%- if pillar.isc_dhcp.server.enabled %} +- isc_dhcp.server {%- endif %} -{%- if pillar.foreman.smart_proxy.enabled %} -- foreman.smart_proxy +{%- if pillar.isc_dhcp.smart_proxy.enabled %} +- isc_dhcp.smart_proxy {%- endif %}