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] Beaker does not install puppet in Ubuntu boxes

2015-12-02 Thread Khoury Brazil
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"] When it tries to evaluate the hash it has of platform version codes using version ('server') it ge

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

2015-12-01 Thread Danny Roberts
When running acceptance tests with an Ubuntu box with the following config: HOSTS: ubuntu-server-1404-x64: roles: - master platform: ubuntu-server-14.04-amd64 box: puppetlabs/ubuntu-14.04-64-nocm hypervisor: vagrant CONFIG: log_level: verbose type: foss The box spins