3
0
Arne Teuke
2025-10-23 21:30:10 +02:00
parent 988664a469
commit 8080ef48f4

View File

@@ -59,6 +59,8 @@ class puppet_cd::r10k::webhook (
# manage service
service { 'r10k-webhook':
ensure => 'running',
hasstatus => true,
hasrestart => true,
enable => true,
subscribe => File[$pt_r10k_hook_service_file],
}