Browse Source

Merge pull request #133 from edvinasme/pillar-update

add pillar_roots for minion and master in pillar.example
master
Brian Jackson 9 years ago
parent
commit
b3db6e2a76
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      pillar.example

+ 6
- 1
pillar.example View File

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

Loading…
Cancel
Save