How to install and configure Salt

  
for FreeBSD 8.2

Salt is a large-scale distributed configuration management system. After installing Salt on Linux, you need to configure it. The following is a brief introduction to the installation and configuration of Salt on FreeBSD 8.2. I hope to help you.

Operating System: FreeBSD 8.2

Due to need a lot of dependent libraries, it is recommended Ports installed, the system will automatically dependent libraries are installed on.

There is no default Ports, you need to re-download the Ports directory, you can also upgrade.

Download the folder ports

# mv /usr/ports /usr/ports.old

#cd /usr

#portsnap fetch extract< Br>

This step takes some time, usually about 20 minutes.

Install the software: At this time, the new ports directory will have the following directory

This example installs the master terminal

#cd /usr/ports/sysutils/py-salt

Installing a dependent package will prompt that the version of libtool is too low and needs to be higher than 2.4master

#cd /usr/ports/devel/libtool

#make install Clean FORCE_PKG_REGISTER=yes

Overwrite the default version, or not install it

As the master needs to copy the configuration file

#cp /usr/local/etc/salt/master .sample /usr/local/etc/salt/master

The above is the introduction of FreeBSD 8.2 installation configuration Salt, you need to download the Ports directory, and then install the master, you learned?

Copyright © Windows knowledge All Rights Reserved