3
0
Arne Teuke
2025-10-26 17:47:09 +01:00
parent f78a50e1b3
commit 9a451fba89
4 changed files with 11 additions and 17 deletions

View File

@@ -6,10 +6,10 @@
class puppet_cd::puppetdb::service (
) inherits puppet_cd::params {
if ($fqdn == $pt_puppetdb_server) and ($pt_use_puppetdb == true) {
if ($fqdn == $pt_db_fqdn) and ($pt_use_puppetdb == true) {
require puppet_cd::puppetdb::files
service { $pt_puppetdb:
service { $pt_db_service:
ensure => running,
hasstatus => true,
hasrestart => true,