Skip to content
Snippets Groups Projects
Commit 47b75d05 authored by Edvinas Klovas's avatar Edvinas Klovas
Browse files

add pillar_roots for minion and master in pillar.example

parent 46f44c1d
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,9 @@ salt: ...@@ -27,7 +27,9 @@ salt:
file_roots: file_roots:
base: base:
- /srv/salt - /srv/salt
pillar_roots:
base:
- /srv/pillar
# for salt-api with tornado rest interface # for salt-api with tornado rest interface
rest_tornado: rest_tornado:
port: 8000 port: 8000
...@@ -56,6 +58,9 @@ salt: ...@@ -56,6 +58,9 @@ salt:
file_roots: file_roots:
base: base:
- /srv/salt - /srv/salt
pillar_roots:
base:
- /srv/pillar
module_config: module_config:
test: True test: True
test.foo: foo test.foo: foo
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment