Re: [Puppet Users] Beaker does not install puppet in Ubuntu boxes

2015-12-02 Thread 'Danny Roberts' via Puppet Users
Removing 'server' fixed it, thanks! On 2 December 2015 at 16:33, Khoury Brazil wrote: > I think this is the problem: > >platform: ubuntu-server-14.04-amd64 > > platform gets split into 3: > @variant, version, @arch = self.split('-', 3) > From that you get: > ["ubuntu", "server", "14.04-amd64

Re: [Puppet Users] PuppetDB doesn't work in Puppet 4: Error Executing http request

2015-06-10 Thread 'Danny Roberts' via Puppet Users
Thanks for the advice, running the puppetserver process ion the foreground showed quite clearly it was a hostname related issue which I've now fixed and it works perfectly. On 9 June 2015 at 14:44, Ken Barber wrote: > > I am trying to use PuppetDB with a Puppet 4 server that I am testing. I > ha