Go to file
Colton Myers 46652ebfda Move everything to root directory for submodule use, Fix #4 2013-07-17 09:35:39 -06:00
files Move everything to root directory for submodule use, Fix #4 2013-07-17 09:35:39 -06:00
README.rst Add minion managed file 2013-07-15 15:08:54 +02:00
master.sls Move everything to root directory for submodule use, Fix #4 2013-07-17 09:35:39 -06:00
minion.sls Move everything to root directory for submodule use, Fix #4 2013-07-17 09:35:39 -06:00

README.rst

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
        ...