summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2017-09-15 22:11:34 -0700
committerTim Smith <tsmith@chef.io>2017-09-18 10:10:55 -0700
commit526d7c09486966f9195294b84317b820bacc7fae (patch)
treebd17867b33d9440f0237cbdb62123ae59511ae49
parent9b0e03786d0fdf954d36eafb4dde9db49acd3840 (diff)
downloadchef-526d7c09486966f9195294b84317b820bacc7fae.tar.gz
Add back the openssh hack
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r--kitchen-tests/cookbooks/base/recipes/default.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/kitchen-tests/cookbooks/base/recipes/default.rb b/kitchen-tests/cookbooks/base/recipes/default.rb
index 1efc828b52..0c8341ca9a 100644
--- a/kitchen-tests/cookbooks/base/recipes/default.rb
+++ b/kitchen-tests/cookbooks/base/recipes/default.rb
@@ -45,6 +45,9 @@ 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"