voxpupuli / puppet-yum

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

`init.pp` does not support `group` param, so `yum::group` in hiera does nothing #305

Closed rahvee closed 1 year ago

rahvee commented 1 year ago

How to reproduce (e.g Puppet code you use)

in hiera:

yum::group: 'Development Tools': ensure: present

What are you seeing

Nothing happens

What behaviour did you expect instead

Install the 'Development Tools' yum group

Any additional information you'd like to impart

init.pp does not support group param, so yum::group in hiera does nothing. It works if you declare the resource in puppet code, but not in hiera.