Start using packagecloud in minutes
Join thousands of developers using packagecloud to distribute software securely, consistently, and affordably.
README
last updated: Mon 12/17/18 at 08:28:08 PM bysimp-project
SIMP 6.X
This repository provides the packages for SIMP 6.X packages.
This repository contains only SIMP project RPMs and should not contain any external vendor RPMs. For external dependency RPMs, please see the SIMP Dependencies Repository
Installation
YUM Configuration
Please use the following YUM configuration for both EL 6 and EL 7 systems. SIMP 6 supports both simultaneously.
[simp-project_6_X]
name=simp-project_6_X
baseurl=https://packagecloud.io/simp-project/6_X/el/$releasever/$basearch
gpgcheck=1
enabled=1
gpgkey=https://raw.githubusercontent.com/NationalSecurityAgency/SIMP/master/GPGKEYS/RPM-GPG-KEY-SIMP
https://download.simp-project.com/simp/GPGKEYS/RPM-GPG-KEY-SIMP-6
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
[simp-project_6_X-source]
name=simp-project_6_X-source
baseurl=https://packagecloud.io/simp-project/6_X_Alpha/el/$releasever/SRPMS
gpgcheck=1
enabled=0
gpgkey=https://raw.githubusercontent.com/NationalSecurityAgency/SIMP/master/GPGKEYS/RPM-GPG-KEY-SIMP
https://download.simp-project.com/simp/GPGKEYS/RPM-GPG-KEY-SIMP-6
sslverify=1
sslcacert=/etc/pki/tls/certs/ca-bundle.crt
metadata_expire=300
Installing SIMP
This version of SIMP comes with an adapter for both FOSS Puppet and Puppet Enterprise.
To install the FOSS version, run yum install simp-adapter simp
.
To install the PE version, run yum install simp-adapter-pe simp
.
- NOTE For the PE verison to function properly, you will need to have the PE RPMs available via a YUM repo.
Required GPG Keys
The following GPG keys are required to use this repository