feat: deep merge yum repos to manage
- fixed merging of yum repos - changed puppet7 to use local copy of repo
This commit is contained in:
@@ -6,7 +6,8 @@ class profiles::puppet::agent (
|
||||
|
||||
# Ensure the puppet-agent package is installed and locked to a specific version
|
||||
package { 'puppet-agent':
|
||||
ensure => $puppet_version,
|
||||
ensure => $puppet_version,
|
||||
require => Class['profiles::yum::puppet7'],
|
||||
}
|
||||
|
||||
# if puppet-version is anything other than latest, set a versionlock
|
||||
|
||||
Reference in New Issue
Block a user