Saltstack Official Salt Formula
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Antoine Cezar c7af1d12a1 Add minion's include configurability před 11 roky
files Add minion's include configurability před 11 roky
README.rst Add minion managed file před 11 roky
master.sls Move everything to root directory for submodule use, Fix #4 před 11 roky
minion.sls Move everything to root directory for submodule use, Fix #4 před 11 roky

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