Open vchepkov opened 3 months ago
I have refactored, but imho, the previous parameters format should be accepted
profile::yum::versionlock:
candlepin:
version: 4.4.10
candlepin-selinux:
version: 4.4.10
if $versionlock {
$versionlock.each |String $package, Hash $attributes| {
yum::versionlock { $package:
* => $attributes,
}
}
}
on RHEL9, when trying to implement versionlock, catalog fails to compile