voxpupuli / puppet-yum

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

[WIP] [Issue 310] Enable DNF modules management #318

Closed EmersonPrado closed 11 months ago

EmersonPrado commented 1 year ago

This PR adds suport for DNF modules management, making it possible to enable/disable streams and install/uninstall full profiles, in a more comprehensive and broad way than package resource's dnfmodule provider.

This Pull Request (PR) fixes the following issues

Fixes #310

EmersonPrado commented 11 months ago

Changed to WIP because of an issue with setting parameters to undef or false

EmersonPrado commented 11 months ago

After a lot of talk in Slack, we decided an alternative route: implement stream support in this module and, probably, keep profiles (un)install in core package resource