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.
Seth House e45258d633 Merge pull request #19 from tiger-seo/master il y a 11 ans
salt sync with https://github.com/saltstack/salt/blob/v0.17.4/conf/master and minion il y a 11 ans
LICENSE Add LICENSE. il y a 11 ans
README.rst updated readme il y a 11 ans
pillar.example Added module_config section to minion template 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
...