From c1227e24d986b496765d4e7a7d73d3281ad189d5 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Jan 21 2019 11:24:14 +0000 Subject: extend salt_cluster == 'opensuse' to also cover 'geeko' ('geeko' is my local salt_cluster for test VMs) --- diff --git a/pillar/top.sls b/pillar/top.sls index 0e88ccc..1ddcf70 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -49,7 +49,7 @@ 'salt_cluster:(opensuse|suse_external)': - match: grain_pcre - salt_cluster.opensuse_or_suse_external - {% if salt_cluster == 'opensuse' %} + {% if salt_cluster in ['opensuse', 'geeko'] %} 'salt_cluster:{{ salt_cluster }}': - match: grain - salt_cluster.{{ salt_cluster }}