2
0

Merge pull request #133 from edvinasme/pillar-update

add pillar_roots for minion and master in pillar.example
This commit is contained in:
Brian Jackson 2015-05-14 10:37:04 -05:00
commit b3db6e2a76

View File

@ -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:
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