Saltstack Official Salt Formula
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Kenneth Wilke 2d598ac2ef corrected spelling mistake 11 anos atrás
salt corrected spelling mistake 11 anos atrás
LICENSE Add LICENSE. 11 anos atrás
README.rst Add minion managed file 11 anos atrás
pillar.example used saltstack formulas repo instead of my own 11 anos atrás

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