2
0
salt-formula/README.rst

26 lines
336 B
ReStructuredText
Raw Normal View History

2013-06-13 01:44:36 +02:00
salt
====
Yes, Salt can Salt itself!
salt.minion
===========
Install a minion
salt.master
===========
2013-06-18 09:18:10 +02:00
Install a master. Every option available in the master template can be set in the pillar file:
2013-07-15 13:25:42 +02:00
::
2013-06-18 09:18:10 +02:00
salt:
ret_port: 4506
master:
user: saltuser
2013-07-15 13:25:42 +02:00
...
minion:
user: saltuser
...