Saltstack Official Salt Formula
Kenneth Wilke 3634e3d833 removed bad require line 11年前
salt removed bad require line 11年前
LICENSE Add LICENSE. 11年前
README.rst Add minion managed file 11年前
pillar.example added pillar example 11年前

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