Results 129 comments of Rob Nelson

There will be some changes to dependencies in general when Puppet 3 support is removed, I would like to revisit this in the following version. If we identify any specific...

@WetHippie I can't upgrade to Puppet 5 w/ r10k myself (I'm a PE user) but can you share the manifest you're using to manage the r10k gem installation? I'm sure...

@WetHippie I can't help with this right now, but we can leave it open in the hopes that someone else can either verify the problem and test some fixes, or...

In the meantime, the readme points to `public_key_path => '/etc/mcollective/server_public.pem', # Mandatory for FOSS` which is not part of the puppet-agent FOSS package. There are a number of other pem...

@acidprime @elyscape I was able to use the puppetdb private/public pair (it didn't like the master's public/private). If someone can point me at how to generate the pem files properly,...

For reference, the puppetdb package in PC1 installation creates the pem files, so you can order it by adding this to your profile containing r10k: ``` Package['puppetdb'] -> Service[webhook] ```

I see this during an rspec run, which I wouldn't expect to have anything to do with a master. ``` $ rspec spec/classes/base/linux/routes_spec.rb .FFFFFFFFFFFFFFF Failures: 1) profile::base::linux::routes with defaults for...

When I push the change to the master and run on an agent in noop mode, I get an error but it looks like it wants to try and add...

Good and bad news! The good: this appears related to LOAD_PATH and https://github.com/rodjek/rspec-puppet/pull/237. This can be tested by modifying a few files (two files in my use case - anywhere...

A better short term fix is to add this to spec/spec_helper.rb ``` $LOAD_PATH