codylane

Results 45 comments of codylane

Just posting as I have also been testing this and adding `require 'io/console` to my Gemfile. After whacking the `Gemfile.lock` and running `bundle install` the once over`--parallel` execution started working....

Check your permissions on /etc/puppet/gpgdata and ensure the owner and group match the user that is running the puppet server. In my case I am running the puppet master as...

Can you please fix your code formatting, I find this example hard to follow due to the weird formatting it's currently in. Please see https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet Also, you didn't state which...

@rustyautopsy - I'm not sure how this will be perceived but I'm going to try and be constructive. This type of request bothers me from a testing perspective since you...

@rustyautopsy - Thanks for going easy on me, I realize that I might have been a little too direct and I hope that I can clarify what I'm looking for...

Hmm, very interesting, can you please provide the version of debian you are using? I just tested this on `debian` `stretch` and I do not get this error. I also...

I tested this with molecule using your sample configuration and I still get passing tests. I'm fairly confident that the error you are getting is problems with your role +...

I'm still not sure I fully grasp the notion of *why* you need to pass variables around like that and why you need them available for your integration tests? I've...

Ahh, I see both your points now. Thank you for taking the time to help clarify. lwm - I will fix that missing test, thank you for pointing it out....

barnabasJ - I hear you and that makes a lot of sense from a testing perspective. My first thought then is to use a dynamic inventory script (i'm still working...