Compare commits

...

1 Commits

Author SHA1 Message Date
a4cc1a328b
pillar test
Signed-off-by: Joe Groocock <me@frebib.net>
2020-07-12 10:18:42 +01:00
2 changed files with 5 additions and 0 deletions

2
pillar/base.sls Normal file
View File

@ -0,0 +1,2 @@
some-key: some-value
what-is-the-saltenv: {{ saltenv }}

3
pillar/top.sls Normal file
View File

@ -0,0 +1,3 @@
{{ saltenv }}:
'*':
- base