move to webrick webhook - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/284
This commit is contained in:
12
templates/r10k/r10k_webhook_service.erb
Normal file
12
templates/r10k/r10k_webhook_service.erb
Normal file
@@ -0,0 +1,12 @@
|
||||
[Unit]
|
||||
Description=r10k GitLab Webhook
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/r10k_gitlab_webhook -p <%= @pt_r10k_webhook_port %>
|
||||
Restart=always
|
||||
User=root
|
||||
WorkingDirectory=/etc/puppetlabs/code
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user