Hi all! I'm implementing dnf module support in Pup...
# puppet
e
Hi all! I'm implementing dnf module support in Puppet and, after a long talk in #C0W1Y5VL0, there seems to be 3 possible homes for the code: 1. package resource dnfmodule provider. It already has some dnf module support, but focused in the packages, not modules (since it's 'package' resource anyway). I could just extend dnfmodule provider functionality, but making package resource manage dnf modules (as opposed to packages only) always sounds abusive to me. 2. yum Forge module. Since dnf is the "new yum", yum module supporting dnf stuff makes sense to me. 3. A new dnf module. Probably overkill, but could be an option if there's any intention inside Puppet of splitting yum and dnf. Could you pls help me decide the way to go? The implementation itself is almost done (not that hard indeed) - I just want to publish that in the right place. Thanks!