Saltstack Official Salt Formula
David Boucha 9a52c6530b Merge pull request #10 from KennethWilke/master 11 лет назад
salt corrected spelling mistake 11 лет назад
LICENSE Add LICENSE. 11 лет назад
README.rst Add minion managed file 11 лет назад
pillar.example used saltstack formulas repo instead of my own 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
...