From 12a558bc3afc6e88ffdda98522cdb7456bc7c597 Mon Sep 17 00:00:00 2001 From: Jenkins Server Date: Thu, 23 Oct 2025 21:27:05 +0200 Subject: [PATCH] Recommit for updates in build 28 --- doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html index e1b680c..d2b7101 100644 --- a/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html +++ b/doc/puppet_classes/puppet_cd_3A_3Ar10k_3A_3Awebhook.html @@ -208,7 +208,7 @@ class puppet_cd::r10k::webhook ( } # create service config - file { $pt_r10k_hook_config_file: + file { $pt_r10k_hook_service_file: owner => 'root', group => 'root', mode => '0644', @@ -223,7 +223,7 @@ class puppet_cd::r10k::webhook ( service { 'r10k-webhook': ensure => 'running', enable => true, - subscribe => File[$pt_r10k_hook_config_file], + subscribe => File[$pt_r10k_hook_service_file], } } }