mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2024-12-18 06:12:55 +01:00
files | ||
master.sls | ||
minion.sls | ||
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 ...