From 1a2af9b9c057295806edf7269f2f6b5ad33663f4 Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Mon, 13 Feb 2017 20:25:07 +0100 Subject: [PATCH] Removal of apt/yum cookbooks from tests They produce broken builds and we do not need them anymore: https://travis-ci.org/dev-sec/chef-ssh-hardening/jobs/201236096 --- .kitchen.yml | 2 -- Berksfile | 3 --- 2 files changed, 5 deletions(-) diff --git a/.kitchen.yml b/.kitchen.yml index 2a22b2c..3e71206 100644 --- a/.kitchen.yml +++ b/.kitchen.yml @@ -86,8 +86,6 @@ platforms: suites: - name: default run_list: - - recipe[apt] - - recipe[yum] - recipe[ssh-hardening::default] verifier: inspec_tests: diff --git a/Berksfile b/Berksfile index 8d8f398..a0d2c3d 100644 --- a/Berksfile +++ b/Berksfile @@ -3,6 +3,3 @@ source 'https://supermarket.chef.io' metadata - -cookbook 'apt' -cookbook 'yum'