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ů.
Thomas S Hatch 4b3e75780d Merge pull request #2 from AntoineCezar/add_minion_managed_file před 11 roky
salt Add minion managed file před 11 roky
README.rst Add minion managed file 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
...