forked from Lainports/freebsd-ports
====================================== Salt is a powerful remote execution and state manager that can be used to administer servers in a fast and efficient way. WWW: http://saltstack.org Submitted by: Christer Edwards <christer.ewards@gmail.com>
21 lines
560 B
Text
21 lines
560 B
Text
|
|
==============================================
|
|
|
|
To configure a Salt Master, do the following:
|
|
|
|
o Copy %%PREFIX%%/etc/salt/master.sample
|
|
to %%PREFIX%%/etc/salt/master
|
|
o Update to meet your needs
|
|
o Set salt_master_enable="YES" in rc.conf
|
|
|
|
----------------------------------------------
|
|
|
|
To configure a Salt Minion, do the following:
|
|
|
|
o Copy %%PREFIX%%/etc/salt/minion.sample
|
|
to %%PREFIX%%/etc/salt/minion
|
|
o Update config to point to your Salt Master
|
|
o Set salt_minion_enable="YES" in rc.conf
|
|
|
|
=============================================
|
|
|