Saltstack Official Salt Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Antoine Cezar c7af1d12a1 Add minion's include configurability 11 年前
files Add minion's include configurability 11 年前
README.rst Add minion managed file 11 年前
master.sls Move everything to root directory for submodule use, Fix #4 11 年前
minion.sls Move everything to root directory for submodule use, Fix #4 11 年前

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