Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
David Boucha 9a52c6530b Merge pull request #10 from KennethWilke/master 11 jaren geleden
salt corrected spelling mistake 11 jaren geleden
LICENSE Add LICENSE. 11 jaren geleden
README.rst Add minion managed file 11 jaren geleden
pillar.example used saltstack formulas repo instead of my own 11 jaren geleden

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