scl
Tested with Travis CI
Table of Contents
Description
This module manages the Software Collection Yum repositories and can also install collections.
CentOS, RHEL, Scientific and Oracle Enterprise Linux is supported using Puppet 4.6.0 or later.
Setup
Beginning with scl
In the very simplest case, you can just include the following which mimics the default repositories:
include ::yum
include ::scl
Usage
To install a collection and permanently enable it:
include ::yum
include ::scl
::scl::collection { 'rh-git29':
enable => true,
}
Reference
The reference documentation is generated with puppet-strings and the latest version of the documentation is hosted at bodgit.github.io/puppet-scl/.
Limitations
This module has been built on and tested against Puppet 4.6.0 and higher.
The module has been tested on:
-
CentOS Enterprise Linux 6/7
The module could do with more thorough acceptance testing on RedHat, Scientific and Oracle Enterprise Linux.
Development
The module has both rspec-puppet and beaker-rspec tests. Run them with:
$ bundle exec rake test
$ PUPPET_INSTALL_TYPE=agent PUPPET_INSTALL_VERSION=x.y.z bundle exec rake beaker:<nodeset>
Please log issues or pull requests at github.