3
0
This commit is contained in:
Arne Teuke
2025-10-30 14:54:11 +01:00
parent 164845746b
commit 0193fa080b

View File

@@ -10,11 +10,6 @@ class puppet_cd::main::install (
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 {