Skip to content

Commit

Permalink
Merge pull request #133 from edvinasme/pillar-update
Browse files Browse the repository at this point in the history
add pillar_roots for minion and master in pillar.example
  • Loading branch information
iggy committed May 14, 2015
2 parents 46f44c1 + 47b75d0 commit b3db6e2
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 b3db6e2

Please sign in to comment.