Browse Source

add pillar_roots for minion and master in pillar.example

tags/v0.57.0
Edvinas Klovas 9 years ago
parent
commit
47b75d05c7
1 changed files with 6 additions and 1 deletions
  1. +6
    -1
      pillar.example

+ 6
- 1
pillar.example View File

@@ -27,7 +27,9 @@ salt:
file_roots:
base:
- /srv/salt

pillar_roots:
base:
- /srv/pillar
# for salt-api with tornado rest interface
rest_tornado:
port: 8000
@@ -56,6 +58,9 @@ salt:
file_roots:
base:
- /srv/salt
pillar_roots:
base:
- /srv/pillar
module_config:
test: True
test.foo: foo

Loading…
Cancel
Save