Skip to content

Commit

Permalink
Merge pull request #11 from KennethWilke/master
Browse files Browse the repository at this point in the history
fixed pillar example, updated minion template
  • Loading branch information
UtahDave committed Aug 14, 2013
2 parents 9a52c65 + a940766 commit b8cbf60
Show file tree
Hide file tree
Showing 3 changed files with 210 additions and 89 deletions.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ Install a minion
salt.master
===========

Install a master. Every option available in the master template can be set in the pillar file:
Install a master.

Configuration
=============
Every option available in the templates can be set in pillar. Settings under 'salt' will be overridden by more specific settings under salt['master'] or salt['minion']

::

Expand Down
2 changes: 1 addition & 1 deletion pillar.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ salt:
gitfs_remotes:
- git://github.com/saltstack-formulas/salt-formula.git
file_roots:
- base:
base:
- /srv/salt
minion:
master: salt
Loading

0 comments on commit b8cbf60

Please sign in to comment.