From 5b2b76d1fc2d97e1fd8613e36dc2ed3c7c260b14 Mon Sep 17 00:00:00 2001 From: Dale McDiarmid Date: Mon, 2 Jan 2017 19:56:01 +0000 Subject: [PATCH] restoring centos 6 support --- .kitchen.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.kitchen.yml b/.kitchen.yml index c1f2a2a..af2391f 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -42,6 +42,12 @@ platforms: - sed -ri 's/^#?UsePAM .*/UsePAM no/' /etc/ssh/sshd_config use_sudo: false run_command: "/sbin/init" + - name: centos-6 + driver_config: + image: dliappis/centos-devopsci:6 + privileged: true + provision_command: + use_sudo: false - name: centos-7 driver_config: image: dliappis/centos-devopsci:7