voxpupuli / puppet-yum

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

versionlock.pp: Prevent multiple concat declarations #274

Closed bmlit closed 1 year ago

bmlit commented 1 year ago

Pull Request (PR) description

When yum::versionlock is declared multiple times, our pipeline is failing due to dependency cyles on Concat_file[/etc/yum/pluginconf.d/versionlock.list].

So this change ensure that the concat'ed versionlock file is declared only once.

This Pull Request (PR) fixes the following issues

N/A

bmlit commented 1 year ago

I made a mistake while testing this PR. Sorry for the noise.