From 4ba07bafa3ee3af3d663553a2a7dfbae87a07a90 Mon Sep 17 00:00:00 2001 From: Arne Teuke Date: Thu, 23 Oct 2025 21:49:04 +0200 Subject: [PATCH] fix service syntax - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284 --- templates/r10k/r10k_webhook_service.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/r10k/r10k_webhook_service.erb b/templates/r10k/r10k_webhook_service.erb index d5d7f08..37f1f2d 100644 --- a/templates/r10k/r10k_webhook_service.erb +++ b/templates/r10k/r10k_webhook_service.erb @@ -3,7 +3,7 @@ Description=Webhook Service for r10k Deployment After=network.target [Service] -ExecStart=/usr/local/bin/webhook -hooks /etc/webhook/hooks.json -port 8088 +ExecStart=/usr/local/bin/webhook -hooks /etc/<%= @pt_r10k_hook_config_file => -port 8088 Restart=always User=puppet Group=puppet