Antoine Cezar c7af1d12a1 Add minion's include configurability | hace 11 años | |
---|---|---|
files | hace 11 años | |
README.rst | hace 11 años | |
master.sls | hace 11 años | |
minion.sls | 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
...