From 3324b45ef1fb196c6b0a047cb04381d5e84c39d8 Mon Sep 17 00:00:00 2001 From: Joe Groocock Date: Sun, 12 Jul 2020 10:47:24 +0100 Subject: [PATCH] add pillar stack test Signed-off-by: Joe Groocock --- stack/file.sls | 2 ++ stack/stack.cfg | 1 + 2 files changed, 3 insertions(+) create mode 100644 stack/file.sls create mode 100644 stack/stack.cfg diff --git a/stack/file.sls b/stack/file.sls new file mode 100644 index 0000000..5e7027b --- /dev/null +++ b/stack/file.sls @@ -0,0 +1,2 @@ +stack-env: {{ saltenv }} +stack-value: this is from pillar stack, from gitfs! diff --git a/stack/stack.cfg b/stack/stack.cfg new file mode 100644 index 0000000..1098ac8 --- /dev/null +++ b/stack/stack.cfg @@ -0,0 +1 @@ +- file.sls