James Kirsop
James Kirsop
@bastelfreak Yep! I actually hacked on together for my environments so I could use the rest of the module. You can review the diff here: https://github.com/jameskirsop/puppet-python/commit/137212ff0c06ce6ef7d0ab4027c4aa79250d6c60 If you think it's...
It seems like #489 has fixed many of these issues, but I'm still having some. In summary, when using the following: **site.pp** ``` class { 'python': version => 'python36', virtualenv...
Just trying to bump this one up, I've not come up with a suitable way forward yet, but still experiencing issues on CentOS7. Things to factor in: * `virtualenv-3` is...
@bastelfreak, does the above suggestion make sense?? I'm running into this limitation quite frequently now...
It appears to be empty, which is strange because apart from the various package upgrades, this is a vanilla installation of raspbian. On a pi running an older version of...
@mathstuf, nope - removing the `settings.ini` file just cleared the two warnings surrounding the middle one - so I'm getting less warnings, but still the one about the message header....
@JonasKs, do you have details on how you've got roles handed back to your Django auth process? I can't seem to see where to add them to the response from...
Sorry @rahkumar651991, I don't understand the question. I've intentionally removed and masked login credentials to ensure device security: `$ napalm --debug --user myUsername --password myPassword -o "ssh_config_file='/path/to/ssh_config_file'" -v junos 10.0.0.5`...
> Pretty sure `ProxyJump` wouldn't work either. etc. Can confirm `ProxyJump` does not work, See #1073. I'm with @paravoid, I can't understand why this module can't leave SSH to a...
This seems to be true for me, running under the patches I've mentioned in #216 to support easy-rsa 3.0. I'm unsure if it worked before that because I never tried...