0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2024-11-28 02:57:50 +01:00
salt-formula/README.rst
2013-07-15 15:08:54 +02:00

26 lines
336 B
ReStructuredText

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