From dd5216363ddcf5263ddf0f2841d1615f7f69105e Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Jan 05 2017 13:10:43 +0000 Subject: remove the if virt_cluster for debugging --- diff --git a/pillar/top.sls b/pillar/top.sls index f72e19c..ae33c6e 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -15,14 +15,12 @@ production: - match: grain - role.{{ role }} {% endfor %} -{% if virt_cluster %} 'virt_cluster:{{ virt_cluster }}': - match: grain - virt_cluster.{{ virt_cluster }} 'G@virt_cluster:{{ virt_cluster }} and G@virtual:{{ virtual }}': - match: compound - virt_cluster.{{ virt_cluster }}.{{ virtual }} -{% endif %} 'virtual:{{ virtual }}': - match: grain - virtual.{{ virtual }}