Saltstack Official Salt Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Seth House 54d2772a2e Merge pull request #23 from gravyboat/master 10 anos atrás
salt possibility to define Halite configuration for salt-master 11 anos atrás
LICENSE Add LICENSE. 11 anos atrás
README.rst Updated readme to match standards 10 anos atrás
pillar.example Added module_config section to minion template 11 anos atrás

README.rst

====
salt
====

Yes, Salt can Salt itself!

.. note::

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

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