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ů.
Kenneth Wilke b1903eea83 fixed log format string před 11 roky
salt fixed log format string před 11 roky
LICENSE Add LICENSE. před 11 roky
README.rst Add minion managed file před 11 roky
pillar.example Add pillar.example 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
...