3
0
This commit is contained in:
Arne Teuke
2025-10-30 14:46:44 +01:00
parent de1f6f4a41
commit 164845746b

View File

@@ -6,8 +6,15 @@
class puppet_cd::main::install (
) inherits puppet_cd::params {
package { $pt_agent_pkg:
ensure => $pt_pkg_ensure,
if $fqdn != $pt_pm_fqdn {
package { $pt_agent_pkg:
ensure => $pt_pkg_ensure,
}
if $pt_use_puppetdb == true {
package { $pt_puppetdb_pkg:
ensure => $pt_pkg_ensure,
}
}
}
if $fqdn == $pt_pm_fqdn {