[Puppet Users] Re: Nonconformist Ubuntu based distro users

2021-03-05 Thread A Manzer
I'm currently using Puppet Enterprise (under 10 nodes) on my personal network. I've run into some of the same issues that you have. I run Kubuntu on my desktop, which works perfectly as an Ubuntu derivative. I've used KDE Neon (another Ubuntu derivative) briefly in the past too, and from

Re: [Puppet Users] Puppetserver ca migrate

2021-03-05 Thread Justin Stoller
On Thu, Mar 4, 2021 at 11:44 PM Bart-Jan Vrielink wrote: > Hello, > > > It would be nice if Puppet's Pupperware is also updated for this new CA > location... > Is it not? I don't actually work on that team, but I pulled the latest puppet/puppetserver image and saw this in the log: pupperware

Re: [Puppet Users] "puppetserver ca migrate" error

2021-03-05 Thread Molly Waggett
On Thu, Mar 4, 2021 at 4:07 AM Erwin Bogaard wrote: > Hi Molly, > > thanks for opening the ticket. No further info to add from my side. > I just executed the manual migration. To me it seems that way is actually > easier than the puppetserver migrate-way, where yhou have to look for the >

[Puppet Users] How to stub a custom puppet function in every spec test?

2021-03-05 Thread Martin Alfke
Hi, we use a custom function (extlib::read_url) which we want to stub for every profile and role class unit test. We tried using before within Spec.configure: RSpec.configure do |c| c.before :each do Puppet::Functions.create_function(:'profile::read_url') do dispatch :read_url do