voxpupuli / webhook-go

Puppet Webhook port in Golang
Apache License 2.0
16 stars 12 forks source link

command_path config parameter not honored #152

Closed genebean closed 5 months ago

genebean commented 5 months ago

It seems that the config option command_path for r10k is not honored. I tried setting it in version 2.3.0 but the server said exec: "r10k": executable file not found in $PATH, which is actually accurate in that the specified r10k executable is not in my path. I looked through the code and it seems to me that a helper is needed to parse out that config setting. I am working on a PR for this now.