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ů.
David Boucha 3014f4c20b Merge pull request #9 from KennethWilke/master před 11 roky
salt removed bad require line před 11 roky
LICENSE Add LICENSE. před 11 roky
README.rst Add minion managed file před 11 roky
pillar.example used saltstack formulas repo instead of my own 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
...