diff options
author | Tim Smith <tsmith@chef.io> | 2017-09-15 22:11:34 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2017-09-18 10:10:55 -0700 |
commit | 526d7c09486966f9195294b84317b820bacc7fae (patch) | |
tree | bd17867b33d9440f0237cbdb62123ae59511ae49 /kitchen-tests | |
parent | 9b0e03786d0fdf954d36eafb4dde9db49acd3840 (diff) | |
download | chef-526d7c09486966f9195294b84317b820bacc7fae.tar.gz |
Add back the openssh hack
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests')
-rw-r--r-- | kitchen-tests/cookbooks/base/recipes/default.rb | 3 |
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" |