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.
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 saidexec: "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.