3
0

edit parameters

This commit is contained in:
Arne Teuke
2025-02-26 15:44:57 +01:00
parent 48042395ff
commit f83e63dc38

View File

@@ -15,8 +15,8 @@
class puppet_cd::params (
Boolean $pt_manage_fw = true,
String $pt_pm_fqdn = '',
String $pt_db_fqdn = '',
String $pt_pm_fqdn = 'puppetmaster.example.net',
String $pt_db_fqdn = 'puppetdb.example.net',
# installation
String $pt_package_url = 'https://yum.puppet.com/puppet8-release-el-9.noarch.rpm',