voxpupuli / puppet-yum

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

manage $repodir only if $purge_unmanaged_repos is enabled #271

Closed vchepkov closed 1 year ago

alexjfisher commented 1 year ago

@vchepkov I'm happy with this, but do you want to explain the context for this change?

vchepkov commented 1 year ago

Managing this directory introduces dependency loops for some implementation and will create issues for those who use yumrepo resources, instead of regular files. This makes this logic optional

jcpunk commented 1 year ago

Should there be a new release with this change so folks get the fix right away?

bastelfreak commented 1 year ago

https://github.com/voxpupuli/puppet-yum/pull/272