terminalmage/salt

Project ID: 1361

Description

Salt is a distributed remote execution system used to execute commands and query data. It was developed in order to bring the best solutions found in the world of remote execution together and make them better, faster and more malleable. Salt accomplishes this via its ability to handle larger loads of information, and not just dozens, but hundreds or even thousands of individual servers, handle them quickly and through a simple and manageable interface.

Installation Instructions

This repository provides the Salt 2014.7.0 release for RHEL/CentOS 5, while we work to get some new dependencies into EPEL. It can be enabled using a pkgrepo.managed state, like so:

# Example osmajorrelease grain: # # {'mycent5minion': {'osmajorrelease': ['5', '10']}} # {% if grains['os'] in ('RedHat', 'CentOS') and salt['grains.get']('osmajorrelease', [None])[0] == '5' %} terminalmage-salt: pkgrepo.managed: - humanname: Copr repo for salt owned by terminalmage - baseurl: http://copr-be.cloud.fedoraproject.org/results/terminalmage/salt/epel-5-$basearch/ - gpgcheck: 0 - skip_if_unavailable: True - enabled: 1 {% endif %}

Alternatively, the repo file can be downloaded from the link below and then deployed using a file.managed state:

{% if grains['os'] in ('RedHat', 'CentOS') and salt['grains.get']('osmajorrelease', [None])[0] == '5' %} /etc/yum.repos.d/terminalmage-salt-epel-5.repo: file.managed: - source: salt://path/to/terminalmage-salt-epel-5.repo - user: root - group: root - mode: 644 {% endif %}

Active Releases

The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).

Release Architectures Repo Download

* Total number of downloaded packages.

External Repository List

The following repositories are accessible during builds