freebsd-ports/sysutils/salt/files/pkg-message.in
Eitan Adler faccfa4f3e Salt : Remote Execution and State Manager
======================================

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>
2011-12-26 20:52:53 +00:00

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