diff options
Diffstat (limited to 'spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml')
-rw-r--r-- | spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml b/spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml new file mode 100644 index 00000000..a3edb70f --- /dev/null +++ b/spec/acceptance/nodesets/ubuntu-14.04-x86_64-vagrant.yml @@ -0,0 +1,10 @@ +HOSTS: + ubuntu-14.04-x64: + default_apply_opts: + strict_variables: + platform: ubuntu-14.04-amd64 + hypervisor : vagrant + box : puppetlabs/ubuntu-14.04-64-nocm +CONFIG: + type: foss + log_level: debug |