Colton Myers 46652ebfda Move everything to root directory for submodule use, Fix #4 | il y a 11 ans | |
---|---|---|
files | il y a 11 ans | |
README.rst | il y a 11 ans | |
master.sls | il y a 11 ans | |
minion.sls | il y a 11 ans |
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
...