From 56a1e11ef6a7f73edab543d79f6eba8b940d699f Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 26 Jan 2023 19:30:15 +0100 Subject: Move common to global pillar Signed-off-by: Georg Pfuetzenreuter --- pillar/top.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pillar/top.sls') diff --git a/pillar/top.sls b/pillar/top.sls index ac21037..8aa06e7 100644 --- a/pillar/top.sls +++ b/pillar/top.sls @@ -3,7 +3,7 @@ {{ saltenv }}: '*': - - common + - global 'id:{{ id }}': - match: grain - ignore_missing: True -- cgit v1.2.3