summaryrefslogtreecommitdiff
path: root/spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml
diff options
context:
space:
mode:
authorMickaël Canévet <mickael.canevet@camptocamp.com>2015-04-23 09:10:24 +0200
committerMickaël Canévet <mickael.canevet@camptocamp.com>2015-04-23 09:10:24 +0200
commit7f77df0e2d7ca3a00fa08ab4372524fd5ce86c02 (patch)
tree1c79284e1b3cc56a925c05808e65eaae3932fbf0 /spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml
parentc3480660ffbb40465c6a5f794dbad980aa05d487 (diff)
Add Puppet 4 to travis matrix
Diffstat (limited to 'spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml')
-rw-r--r--spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml b/spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml
new file mode 100644
index 0000000..523c7cf
--- /dev/null
+++ b/spec/acceptance/nodesets/ubuntu-10.04-x86_64-docker.yml
@@ -0,0 +1,12 @@
+HOSTS:
+ ubuntu-1004-x64:
+ default_apply_opts:
+ strict_variables:
+ platform: ubuntu-10.04-amd64
+ hypervisor : docker
+ image: ubuntu:10.04
+ # This stops the image from being deleted on completion, speeding up the process.
+ docker_preserve_image: true
+CONFIG:
+ type: foss
+ log_level: debug