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