3
0

update Readme and add yum repo

This commit is contained in:
Arne Teuke
2025-02-26 14:16:33 +01:00
parent dab22875c6
commit d682791676
3 changed files with 44 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ class puppet_cd::main::yumrepo (
) inherits puppet_cd::params {
# install repo rpm, which will install all the yum repos
package { $pt_package_url:
ensure => $pt_pkg_ensure
}
}