Saltstack Official Salt Formula
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Kenneth Wilke 71418cd1d7 pillar example fix il y a 11 ans
salt corrected spelling mistake il y a 11 ans
LICENSE Add LICENSE. il y a 11 ans
README.rst Add minion managed file il y a 11 ans
pillar.example pillar example fix il y a 11 ans

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