Closed traylenator closed 1 year ago
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.
yum::group
Fixes #305
Pull Request (PR) description
A hash of Yum groups can now be managed easily from hiera:
the existing
yum::group
defined type is used.This Pull Request (PR) fixes the following issues
Fixes #305