David Boucha 9a52c6530b Merge pull request #10 from KennethWilke/master | hace 11 años | |
---|---|---|
salt | hace 11 años | |
LICENSE | hace 11 años | |
README.rst | hace 11 años | |
pillar.example | hace 11 años |
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
...