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

@@ -8,6 +8,11 @@ class puppet_cd::params (
$pt_manage_fw = true,
$pt_puppetmaster = undef,
# installation
$pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',
$pt_pkg_ensure = 'present',
) {
$fqdn = $facts['networking']['fqdn']