Saltstack Official Salt Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
Kenneth Wilke 3634e3d833 removed bad require line 11 lat temu
salt removed bad require line 11 lat temu
LICENSE Add LICENSE. 11 lat temu
README.rst Add minion managed file 11 lat temu
pillar.example added pillar example 11 lat temu

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