Corey Osman

Results 64 comments of Corey Osman

It is assumed that you are working in an environment where the puppet gem already exists and as a result so do it's dependencies like facter and others. Retrospec was...

This command should be running `rake spec_prep` too IRC. Is there any chance you specified a private repo that is prompting for credentials and then times out?

You can check out the future branch which uses 4.3.2

I would also love to see this dockerized!

I think what you want: ``` From ruby:2.1 . . . # clone the repo with the future branch, required because the vender version of puppet in # stable has...

Also please note the future branch now contains puppet 4.5.2

I started a side project to help fix this problem. https://github.com/logicminds/genfix However, it relies on librarian-puppet and I wasn't sure how that would get mixed in with development modules. The...

Some initial thoughts and stuff I would do. 1. run pdk convert inside control repo 2. name the module control_repo inside metadata 3. Alter supported operating systems for the entire...

As a work around you can just delete the Gemfile.lock file. The next run of either pdk bundle install or pdk command will recreate it correctly. This usually happens when...

You need to put something in the empty hash. Whatever you expect it to be should be in there.