Saltstack Official Salt Formula
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
David Boucha 9a52c6530b Merge pull request #10 from KennethWilke/master hace 11 años
salt corrected spelling mistake hace 11 años
LICENSE Add LICENSE. hace 11 años
README.rst Add minion managed file hace 11 años
pillar.example used saltstack formulas repo instead of my own hace 11 años

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