From 4af61ed4d7e87604f04663820b6492f0b9818328 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 30 Sep 2015 12:39:28 -0700 Subject: [PATCH] Test on additional platforms --- .kitchen.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 1f4a1ac..8515980 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -7,12 +7,15 @@ provisioner: platforms: - name: centos-6.7 - name: centos-7.1 + - name: debian-7.8 + run_list: apt::default + - name: debian-8.1 + run_list: apt::default + - name: fedora-21 - name: ubuntu-12.04 - run_list: - - recipe[apt::default] + run_list: apt::default - name: ubuntu-14.04 - run_list: - - recipe[apt::default] + run_list: apt::default - name: omnios-r151014 driver: box: omnios-r151014