Kenneth Wilke 5403d433a1 fixed small syntax error: geT instead of get | 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
...