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
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
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