3
0

update Readme and add yum repo

This commit is contained in:
Arne Teuke
2025-02-26 14:17:39 +01:00
parent d682791676
commit 21c73d52d5

View File

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