David Boucha 9a52c6530b Merge pull request #10 from KennethWilke/master | 11年前 | |
---|---|---|
salt | 11年前 | |
LICENSE | 11年前 | |
README.rst | 11年前 | |
pillar.example | 11年前 |
salt
====
Yes, Salt can Salt itself!
salt.minion
===========
Install a minion
salt.master
===========
Install a master. Every option available in the master template can be set in the pillar file:
::
salt:
ret_port: 4506
master:
user: saltuser
...
minion:
user: saltuser
...