diff --git a/templates/r10k/r10k_webhook_service.erb b/templates/r10k/r10k_webhook_service.erb index 673dc54..74bcffd 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/<%= @pt_r10k_hook_config_file %> -port 8088 +ExecStart=/usr/local/bin/webhook -hooks <%= @pt_r10k_hook_config_file %> -port 8088 Restart=always User=puppet Group=puppet