voxpupuli / puppet-yum

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

Revert #258, which added purge_unmanaged_repos #287

Closed kenyon closed 1 year ago

kenyon commented 1 year ago

This method of purging unmanaged yum repo configs does not work. This is because the repo configs are managed by puppetlabs/yumrepo_core as native yumrepo types, not file resources.

Fixes #285

bastelfreak commented 1 year ago

Now do we say this is a bugfix or a breaking change?

vchepkov commented 1 year ago

this code never worked, but imho, it's a breaking change

siegy22 commented 1 year ago

@kenyon Could we re-add this feature using the proper yumrepo::purge: https://gist.github.com/vrillusions/7cb35a183beec5c787ba

I'm happy to open a PR if this is something that is wanted (it was before, apparently).

kenyon commented 1 year ago

@siegy22 that would be fine with me.