Michael Grosser 06fd87ced1 Add LICENSE. | 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
...