Jesse Scott

Results 23 comments of Jesse Scott

Let me check again with 2.15.9 and see if I can still replicate the issue.

Yeah it looks like 2.15.9 resolves this. Is it expected then that the `--verbose` option is only ever listed in the `(1 hidden command omitted; show it with --verbose)` text...

Yeah, we have been trying to reduce the package file count as much as possible but it's probably worth keeping the lenses around, they aren't that big: https://github.com/puppetlabs/pdk-vanagon/blob/master/configs/components/pdk-runtime.rb#L30

We have created https://tickets.puppetlabs.com/browse/PDK-1354 to track the resolution of this issue. We agree that the old behavior of custom templates attempting to track `master` should have been preserved and it...

If folks are still experiencing this issue, can you try setting `http.sslCAInfo` and/or `http.sslCAPath` in your global `.gitconfig`? PDK's internal git client should respect those settings, please let us know...

Ah, yes it looks like PDK's git is configured to look for system level config at `/opt/puppetlabs/pdk/private/git/etc/gitconfig`. To me it seems like PDK should just use your system `/etc/gitconfig` if...

Created https://tickets.puppetlabs.com/browse/PDK-1378 to track this in JIRA.

OK, I think we will have a fix in the next release that will make it look at `/etc/gitconfig`.

@msurato To clarify, the fix here is that PDK's vendored `git` binary will now read from an existing system-level `gitconfig` file. But you still need to add the `http.sslCAInfo` and/or...

This article has some more info about using custom CA certs with Git for Windows: https://blogs.msdn.microsoft.com/phkelley/2014/01/20/adding-a-corporate-or-self-signed-certificate-authority-to-git-exes-store/