Saltstack Official Salt Formula
Forrest 077cfd6b71 Merge pull request #33 from raizyr/upstream před 10 roky
salt use master when if in master před 10 roky
LICENSE Add LICENSE. před 11 roky
README.rst Update formula docs URL před 10 roky
pillar.example Added module_config section to minion template před 11 roky

README.rst

====
salt
====

Yes, Salt can Salt itself!

.. note::

See the full `Salt Formulas installation and usage instructions
<http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html>`_.

Available states
================

.. contents::
:local:

``salt.minion``
---------------

Install a minion

``salt.master``
---------------

Install a master.

``Configuration``
-----------------
Every option available in the templates can be set in pillar. Settings under 'salt' will be overridden by more specific settings under salt['master'] or salt['minion']

::

salt:
ret_port: 4506
master:
user: saltuser
...
minion:
user: saltuser
...