3
0

Recommit for updates in build 28

This commit is contained in:
2025-10-23 21:27:05 +02:00
parent 3d25f02629
commit 12a558bc3a

View File

@@ -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],
}
}
}</pre>