From 40229c17be9bea116f9e91c25dd9f3bba21742b4 Mon Sep 17 00:00:00 2001 From: John Bellone Date: Thu, 13 Nov 2014 15:19:23 -0800 Subject: [PATCH] Fix the EL6 version which runs in test-kitchen. --- .kitchen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kitchen.yml b/.kitchen.yml index 1a8230bb..08ab48d3 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -10,7 +10,7 @@ platforms: - name: ubuntu-12.04 - name: ubuntu-10.04 - name: centos-7.0 - - name: centos-6.0 + - name: centos-6.5 - name: centos-5.10 run_list: - recipe[yum-repoforge::default]