Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New yum::groups parameter to manage groups #311

Merged
merged 1 commit into from
Jun 16, 2023

Conversation

traylenator
Copy link

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

@traylenator traylenator added the enhancement New feature or request label Jun 3, 2023
@traylenator traylenator force-pushed the groups branch 3 times, most recently from e80b70a to 4dec361 Compare June 3, 2023 21:04
A hash of Yum groups can now be managed easily from
hiera:

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

the existing `yum::group` defined type is used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

init.pp does not support group param, so yum::group in hiera does nothing
2 participants