From 7494cfc9f349391b75e47d606fff628804f5c03b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?=
 <mickael.canevet@camptocamp.com>
Date: Fri, 17 Apr 2015 10:24:12 +0200
Subject: [PATCH] Add nodeset for centos5 on docker

---
 .travis.yml                                         |  2 --
 spec/acceptance/nodesets/centos-5-x86_64-docker.yml | 12 ++++++++++++
 2 files changed, 12 insertions(+), 2 deletions(-)
 create mode 100644 spec/acceptance/nodesets/centos-5-x86_64-docker.yml

diff --git a/.travis.yml b/.travis.yml
index fe3720c..c464fd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,8 +9,6 @@ matrix:
   include:
   - rvm: 1.8.7
     env: PUPPET_GEM_VERSION="~> 3.0" FACTER_GEM_VERSION="~> 1.7.0"
-  - rvm: 1.9.3
-    env: PUPPET_GEM_VERSION="~> 3.6.0"
   - rvm: 1.9.3
     env: PUPPET_GEM_VERSION="~> 3.0"
   - rvm: 2.0.0
diff --git a/spec/acceptance/nodesets/centos-5-x86_64-docker.yml b/spec/acceptance/nodesets/centos-5-x86_64-docker.yml
new file mode 100644
index 0000000..174460d
--- /dev/null
+++ b/spec/acceptance/nodesets/centos-5-x86_64-docker.yml
@@ -0,0 +1,12 @@
+HOSTS:
+  centos-5-x64:
+    default_apply_opts:
+      strict_variables:
+    platform: el-5-x86_64
+    hypervisor : docker
+    image: centos:5
+    # This stops the image from being deleted on completion, speeding up the process.
+    docker_preserve_image: true
+CONFIG:
+  type: foss
+  log_level: debug
-- 
GitLab