voxpupuli / puppet-yum

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

Add parameter to make setting actions/locks easier #245

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

Pull Request (PR) description

This adds a class parameter to make it easier to set locks/actions via an ENC.

This Pull Request (PR) fixes the following issues

None

bastelfreak commented 2 years ago

thanks for the PR, can you please run bundle exec rake rubocop:auto_correct? That should make rubocop pass again.

jcpunk commented 2 years ago

I'm showing complaints about new cops needing a default setting rather than existing code complaints.

jcpunk commented 2 years ago

It looks like the dnf support for versionlock is not entirely complete... mostly it seems to be putting the lockfile in the wrong place.