diff options
author | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-02-24 09:34:57 +0100 |
---|---|---|
committer | Mickaël Canévet <mickael.canevet@camptocamp.com> | 2015-02-24 09:34:57 +0100 |
commit | 3eb5e1b2273dc7dee657befd7beee88e31547a86 (patch) | |
tree | 7b710ec8e928a2be526af269ffe6f72315217467 /spec | |
parent | 985dffa2122d963898fa6b0471e60aad05b3f075 (diff) | |
download | puppet-dhcp-3eb5e1b2273dc7dee657befd7beee88e31547a86.tar.gz puppet-dhcp-3eb5e1b2273dc7dee657befd7beee88e31547a86.tar.bz2 |
Update with msync
Diffstat (limited to 'spec')
-rw-r--r-- | spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml | 2 | ||||
-rw-r--r-- | spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml b/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml index a9c461b..6f02769 100644 --- a/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml +++ b/spec/acceptance/nodesets/centos-7-x86_64-vagrant.yml @@ -4,7 +4,7 @@ HOSTS: strict_variables: platform: el-7-x86_64 hypervisor : vagrant - box : puppetlabs/centos-6.5-64-nocm + box : camptocamp/centos-7-x86_64 CONFIG: type: foss log_level: debug diff --git a/spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml b/spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml new file mode 100644 index 0000000..71e8194 --- /dev/null +++ b/spec/acceptance/nodesets/debian-6-x86_64-vagrant.yml @@ -0,0 +1,10 @@ +HOSTS: + debian-6-x64: + default_apply_opts: + strict_variables: + platform: debian-6-amd64 + hypervisor : vagrant + box : puppetlabs/debian-6.0.9-64-nocm +CONFIG: + type: foss + log_level: debug |