fix service syntax - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
@@ -3,7 +3,7 @@ Description=Webhook Service for r10k Deployment
|
|||||||
After=network.target
|
After=network.target
|
||||||
|
|
||||||
[Service]
|
[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
|
Restart=always
|
||||||
User=puppet
|
User=puppet
|
||||||
Group=puppet
|
Group=puppet
|
||||||
|
|||||||
Reference in New Issue
Block a user