Yury Bushmelev

Results 104 comments of Yury Bushmelev

Ouch.. maybe better to reopen that one and close this then..

The plan under the test must have `_catch_errors` set to true. I was trying to ensure this in the BoltSpec test. If anyone will change it, then the unit test...

While the explained behavior is discuss-able, I'd prefer to see this stated explicitly in the documentation (if not done yet).. It'd save me few hours of try-and-fail game...

`Tempfile.new()` has another signature allowing to pass Array[String, 2] as the basename. Not sure if it'd be useful to implement here also..

> Seems like most cases you would know what content you want in the file and only want the file around for another process to read from it. Would porting...

> I dont understand the example? What do you need with an empty file in run_command? I mean that the file content may be generated by a command, taking the...

Just hit this also. Quick-googled some more details: https://stackoverflow.com/questions/71850135/generate-ed25519-key-pair-compatible-with-openssh > The x509 package does not support marshaling ed25519 key types in the format used by openssh, so as you've discovered,...

See https://github.com/voxpupuli/puppet-grafana/pull/333 for a bit more context and details. TBH, I'm not sure if this is a bug or "feature"..

Pls assign me to this :)

Well.. it's harder than expected (as usual).. Main problem is `epp()` 2nd argument (parameters Hash). We have 2 sets of templates here: 1. `/etc/sudoers` templates with slightly different parameter sets...