My usage of the GIT_SSH_COMMAND environment variable was leaking into the
"puppet agent -t" environment and was short-circuiting vcsrepo's use of
GIT_SSH.
I've patched my local copy of the vcsrepo module and have created a PR:
https://github.com/puppetlabs/puppetlabs-vcsrepo/pull/435
Cheers!
-m
Thanks David, I ended up reimplementing with the low level API and just had
custom values for the ensure property. Thanks for the help though the
Variant method seems like an elegant solution to keep in mind.
Cheers,
Ben
On Thu, 5 Dec. 2019, 6:50 pm David Schmitt,
wrote:
> Hi Ben,
>
> to avoid