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

@@ -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',