3
0
This commit is contained in:
Arne Teuke
2025-10-23 20:20:53 +02:00
parent fc224074d2
commit f405b0b92f
2 changed files with 2 additions and 2 deletions

View File

@@ -228,7 +228,7 @@ class puppet_cd::params (
$pt_puppetdb_repl_erb = 'puppet_cd/puppetdb/repl.ini.erb'
## r10k
$pt_r10k_hook_file = '/usr/local/bin/webhook'
# service
$pt_server_service = 'puppetserver'
$pt_agent_service = 'puppet'

View File

@@ -8,7 +8,7 @@ class puppet_cd::r10k::webhook (
) inherits puppet_cd::params {
if ($pt_pm_fqdn == $fqdn) and ($pt_use_r10k_webhook == true) {
# create the webhook binary
file { $pt_r10k_hook_file,
file { $pt_r10k_hook_file:
ensure => file,
owner => 'root',
group => 'root',