tiger-seo f4b839a4fb sync with https://github.com/saltstack/salt/blob/v0.17.4/conf/master and minion | 11 年前 | |
---|---|---|
salt | 11 年前 | |
LICENSE | 11 年前 | |
README.rst | 11 年前 | |
pillar.example | 11 年前 |
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
...