voxpupuli / puppet-yum

Puppet module for Yum
https://forge.puppet.com/puppet/yum
MIT License
16 stars 99 forks source link

New yum::groups parameter to manage groups #311

Closed traylenator closed 1 year ago

traylenator commented 1 year ago

Pull Request (PR) description

A hash of Yum groups can now be managed easily from hiera:

---
yum::groups:
   'Puppet Dev':
      ensure: installed
   'Rpm Dev':
      ensure: absent

the existing yum::group defined type is used.

This Pull Request (PR) fixes the following issues

Fixes #305