Saltstack Official Salt Formula
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
Seth House ca231053f2 Merge pull request #15 from Linuturk/master 11 年前
salt Corrected the typo for the minion configuration file. 11 年前
LICENSE Add LICENSE. 11 年前
README.rst updated readme 11 年前
pillar.example pillar example fix 11 年前

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