Skip to content

Commit

Permalink
add pillar_roots for minion and master in pillar.example
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvinas Klovas committed May 14, 2015
1 parent 46f44c1 commit 47b75d0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -56,6 +58,9 @@ salt:
file_roots:
base:
- /srv/salt
pillar_roots:
base:
- /srv/pillar
module_config:
test: True
test.foo: foo
Expand Down

0 comments on commit 47b75d0

Please sign in to comment.