feat: cleanup old repo management

- change profiles::puppet::agent to require Yumrepo['puppet']
- remove managed repos hieradata
- remove profiles::yum::* classes that are not required
- remove missed rebase comment
This commit is contained in:
2024-05-19 19:20:50 +10:00
parent 5f9480f186
commit fd466fcccc
13 changed files with 1 additions and 251 deletions
-4
View File
@@ -1,8 +1,4 @@
# Class: profiles::yum::global
#
# This class manages global YUM configurations and optionally includes the
# base and EPEL yum repository profiles based on the content of the
# $managed_repos parameter, which is an array of repository names.
class profiles::yum::global (
Hash $repos = {},
Boolean $purge = true,