add puppetdb-termini to all clients - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/292
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user