From cc0e8f7afffaa426ba3aac4a454fa9f592ba9b7e Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 19 Jul 2020 15:37:22 +0100 Subject: [PATCH] pillar: add empty pillar and pillarstack config Prevents the following warnings/errors in the master log: [ERROR ] Root path 'pillar' not present in git_pillar remote '__env__ https://git.spritsail.io/frebib/salt.git', skipping. [ERROR ] Root path 'pillar' not present in git_pillar remote '__env__ https://github.com/nerdhouse/salt.git', skipping. [CRITICAL] Specified ext_pillar interface gitstack is unavailable Signed-off-by: Joe Groocock --- pillar/top.sls | 3 +++ stack/stack.cfg | 1 + 2 files changed, 4 insertions(+) create mode 100644 pillar/top.sls create mode 100644 stack/stack.cfg diff --git a/pillar/top.sls b/pillar/top.sls new file mode 100644 index 0000000..f54b4ca --- /dev/null +++ b/pillar/top.sls @@ -0,0 +1,3 @@ +{{ saltenv }}: + '*': + [] diff --git a/stack/stack.cfg b/stack/stack.cfg new file mode 100644 index 0000000..fe51488 --- /dev/null +++ b/stack/stack.cfg @@ -0,0 +1 @@ +[]