package_yum_group
Add a package provider yum_group to provide access to `yum group` via puppet
Version information
released Aug 27th 2018
This version is compatible with:
- ,
Start using this module
Add this module to your Puppetfile:
mod 'geoffwilliams-package_yum_group', '0.1.2'
Learn more about managing modules with a PuppetfileDocumentation
geoffwilliams/package_yum_group — version 0.1.2 Aug 27th 2018
package_yum_group
Table of Contents
- Description
- Usage - Configuration options and additional functionality
- Limitations - OS compatibility, etc.
- Development - Guide for contributing to the module
Description
Add a package provider yum_group to provide access to yum groupinstall
via puppet
Usage
package { "Development Tools":
ensure => present,
provider => yum_group,
}
Is probably why your here ;-) - see also reference and examples
Limitations
- Not supported by Puppet, Inc.
Development
PRs accepted :)
Testing
This module supports testing using PDQTest.
Test can be executed with:
bundle install
make
See .travis.yml
for a working CI example
Dependencies
- puppetlabs-stdlib (>= 1.0.0)