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ů.
Joseph Hall 7d6ab1e4f1 Merge pull request #6 from AntoineCezar/dev 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
...