summaryrefslogtreecommitdiff
path: root/kitchen-tests/cookbooks
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2018-02-04 11:38:59 +0100
committerTim Smith <tsmith@chef.io>2018-02-04 11:41:40 +0100
commit89b264e9404815278192db374108a9d00389cf92 (patch)
treeaab1ac06fab1dfc950e5a168e24b27f8feb7c195 /kitchen-tests/cookbooks
parent3ff306fa90eb63b7adb16671a7b7948adc05cfbd (diff)
downloadchef-89b264e9404815278192db374108a9d00389cf92.tar.gz
Remove testing of Debian 7bye_debian_7
Debian 7 goes EOL 31st May 2018 Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/cookbooks')
-rw-r--r--kitchen-tests/cookbooks/base/recipes/default.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb
index 1811245b13..e2d92cadc4 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -47,9 +47,6 @@ include_recipe "chef-client"
include_recipe "chef-apt-docker"
include_recipe "chef-yum-docker"
-# hack needed for debian-7 on docker
-directory "/var/run/sshd"
-
include_recipe "openssh"
include_recipe "nscd"