3
0
Arne Teuke
2025-10-23 21:19:16 +02:00
parent 1ba00dc6c6
commit 1671706f99
2 changed files with 3 additions and 4 deletions

View File

@@ -60,7 +60,7 @@ class puppet_cd::r10k::webhook (
service { 'r10k-webhook':
ensure => 'running',
enable => true,
subscribe => File[$pt_r10k_hook_service_erb],
subscribe => File[$pt_r10k_hook_config_file],
}
}
}