Saltstack Official Salt Formula
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kenneth Wilke 5403d433a1 fixed small syntax error: geT instead of get 11 vuotta sitten
salt fixed small syntax error: geT instead of get 11 vuotta sitten
LICENSE Add LICENSE. 11 vuotta sitten
README.rst Add minion managed file 11 vuotta sitten
pillar.example Add pillar.example 11 vuotta sitten

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