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.
Joseph Hall 7d6ab1e4f1 Merge pull request #6 from AntoineCezar/dev 11 yıl önce
files Add minion's include configurability 11 yıl önce
README.rst Add minion managed file 11 yıl önce
master.sls Move everything to root directory for submodule use, Fix #4 11 yıl önce
minion.sls Move everything to root directory for submodule use, Fix #4 11 yıl önce

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