diff options
author | Georg Pfuetzenreuter | 2023-01-26 19:30:15 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-26 20:54:09 +0100 |
commit | 56a1e11ef6a7f73edab543d79f6eba8b940d699f (patch) | |
tree | 7c1c78bc32b74c784aa8384fc18db36431a72b25 | |
parent | d627582075fb15bc3a812e38c6ec3c367761b877 (diff) | |
download | salt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.tar.gz salt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.tar.bz2 salt-56a1e11ef6a7f73edab543d79f6eba8b940d699f.zip |
Move common to global pillar
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
-rw-r--r-- | pillar/global/init.sls (renamed from pillar/common.sls) | 0 | ||||
-rw-r--r-- | pillar/top.sls | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/pillar/common.sls b/pillar/global/init.sls index 280886f..280886f 100644 --- a/pillar/common.sls +++ b/pillar/global/init.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 |