3
0
Files
puppet_cd/templates/r10k/r10k_webhook_service.erb

12 lines
275 B
Plaintext

[Unit]
Description=r10k GitLab Webhook
After=network.target
[Service]
ExecStart=/usr/bin/r10k_gitlab_webhook <%= @pt_r10k_webhook_port %>
Restart=always
User=root
WorkingDirectory=/etc/puppetlabs/code
[Install]
WantedBy=multi-user.target