summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 16:29:47 -0700
committerTim Smith <tsmith@chef.io>2017-09-18 10:10:55 -0700
commitc1991c4672b1528b1aebde0860728fba26bf9a98 (patch)
tree65350d488ac4d2efd36d0452bb71f7fb5bd7f9a3
parent2b00f4d915ef79faadb984e3f12a209fc6bf8551 (diff)
downloadchef-c1991c4672b1528b1aebde0860728fba26bf9a98.tar.gz
Remove the hack we handle in the kitchen config
Signed-off-by: Tim Smith <tsmith@chef.io>
-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 82b98b6bab..37025a96ee 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -42,9 +42,6 @@ include_recipe "chef-client::delete_validation"
include_recipe "chef-client::config"
include_recipe "chef-client"
-# hack needed for debian-7 on docker
-directory "/var/run/sshd"
-
include_recipe "openssh"
include_recipe "nscd"