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.
Joseph Hall 0cd54925d3 Merge pull request #7 from stp-ip/new_structure 11 lat temu
salt Move into salt subdir 11 lat temu
LICENSE Add LICENSE. 11 lat temu
README.rst Add minion managed file 11 lat temu
pillar.example Add 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
...