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

19 lines
399 B
Plaintext

[Unit]
Description=r10k Webhook Server
After=network.target haproxy.service
[Service]
Type=simple
User=puppet
Group=puppet
WorkingDirectory=/opt/r10k-webhook
ExecStart=/usr/bin/python3 /opt/r10k-webhook/webhook_server.py
Restart=always
RestartSec=5
Environment=R10K_WEBHOOK_SECRET=YOUR_SECRET_HERE
LimitNOFILE=65536
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target