< Home - < Back

salt-minion


Information about the package, salt-minion, which is shipped with common Linux distributions. The salt-minion package is designed for, Client component for Salt, a parallel remote execution system.


Package Name:

salt-minion

Summary:

Client component for Salt, a parallel remote execution system

Description:

The Salt minion is the agent component of Salt. It listens for instructions from the master, runs jobs, and returns results back to the master.

Architecture:

noarch

Version:

2015.5.10

Release:

2.el6

Size:

27 k

Repository:

epel

From Repository:

Licence:

ASL 2.0



Handy Yum Commands for salt-minion


Control the salt-minion package with the following handy commands outlined below.


Command

Description of Command

yum install salt-minion

This command will install salt-minion on the server.

yum remove salt-minion

This command will un-install salt-minion on the server. When you run this command, you will be asked if you are sure that you want to remove salt-minion, so you have to manually confirm that you want to do this.

yum -y remove salt-minion

This command will un-install salt-minion on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove salt-minion when using the -y flag.

yum update salt-minion

This command will update salt-minion to the latest version. When you run this command, you will be asked if you are sure that you want to remove salt-minion, so you have to manually confirm that you want to do this.

yum -y update salt-minion

This command will update salt-minion to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove salt-minion when using the -y flag.

yum info salt-minion

This command will show you core information about the salt-minion package.

yum deplist salt-minion

This command will show you the dependencies for salt-minion. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update salt-minion

This command will check if there is an update waiting on salt-minion. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.