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 5c3ffbd43c added salt package mapping for gentoo il y a 11 ans
salt added salt package mapping for gentoo il y a 11 ans
LICENSE Add LICENSE. il y a 11 ans
README.rst updated readme 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.

Configuration
=============
Every option available in the templates can be set in pillar. Settings under 'salt' will be overridden by more specific settings under salt['master'] or salt['minion']

::

salt:
ret_port: 4506
master:
user: saltuser
...
minion:
user: saltuser
...