diff options
author | Georg Pfuetzenreuter | 2023-01-21 18:53:50 +0100 |
---|---|---|
committer | Georg Pfuetzenreuter | 2023-01-21 18:54:58 +0100 |
commit | a42961e98235a1ed43fe85be52022723bf2eb3f8 (patch) | |
tree | ed64b5d7f51933b99c1f54d35c1b763e23ddb88d /pillar/mock/README.md | |
parent | 97db5ef6db7952d8f7da9e46559a352736d4cb4d (diff) | |
download | salt-a42961e98235a1ed43fe85be52022723bf2eb3f8.tar.gz salt-a42961e98235a1ed43fe85be52022723bf2eb3f8.tar.bz2 salt-a42961e98235a1ed43fe85be52022723bf2eb3f8.zip |
Update mocking base
- adapt preparation script to new environment
- add sample mocking pillar including README
Signed-off-by: Georg Pfuetzenreuter <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'pillar/mock/README.md')
-rw-r--r-- | pillar/mock/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pillar/mock/README.md b/pillar/mock/README.md new file mode 100644 index 0000000..2465420 --- /dev/null +++ b/pillar/mock/README.md @@ -0,0 +1 @@ +This directory contains a sample pillar which is used for mocking and testing runs - the production infrastructure will ignore it. If new pillar options are introduced, it is encouraged to add them along with sample values here. |