3
0
Arne Teuke
2025-10-23 21:25:10 +02:00
parent 1671706f99
commit 988664a469

View File

@@ -45,7 +45,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',
@@ -60,7 +60,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],
}
}
}