The webhook config is set to /etc/voxpupuli/webhook.yml by default, but /etc/voxpupuli/ doesn't exist and isn't managed by this module anyway.
|
String $config_path = '/etc/voxpupuli/webhook.yml', |
Would it make more sense for the default config location to be /etc/puppetlabs/r10k/webhook.yaml?
It looks like the webhook-go package creates that path, so there could also be something wrong with the dependency order.