From ba563b6bb18c7a4eaf69fa1578c18ce882b5abb1 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 15 Jan 2023 12:37:11 +0100 Subject: Ignore missing ID's Signed-off-by: Georg Pfuetzenreuter --- pillar/top.sls | 1 + 1 file changed, 1 insertion(+) (limited to 'pillar/top.sls') diff --git a/pillar/top.sls b/pillar/top.sls index 36794ea..37638b7 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -10,4 +10,5 @@ - role.{{ role }} {%- endfor %} '{{ id }}': + - ignore_missing: True - id.{{ id.replace('.', '_') }} -- cgit v1.2.3