3
0

Recommit for updates in build 83

This commit is contained in:
2025-10-28 00:05:00 +01:00
parent 38d5d4d703
commit eef61e60eb

View File

@@ -174,17 +174,17 @@ class puppet_cd::main::files (
notify => Service[$pt_agent_service,$pt_server_service],
}
if $pt_use_puppetdb == true {
file { $pt_puppetdb_conf_file:
ensure => file,
path => $pt_puppetdb_conf_file,
owner => 'root',
group => 'root',
mode => '0644',
content => template($pt_puppetdb_conf_erb),
notify => Service[$pt_agent_service,$pt_server_service],
}
}
# if $pt_use_puppetdb == true {
# file { $pt_puppetdb_conf_file:
# ensure => file,
# path => $pt_puppetdb_conf_file,
# owner => 'root',
# group => 'root',
# mode => '0644',
# content => template($pt_puppetdb_conf_erb),
# notify => Service[$pt_agent_service,$pt_server_service],
# }
# }
}
}</pre>
</td>