inspec/test/kitchen/cookbooks/os_prepare/recipes/ssh.rb
Miah Johnson 97a258ae69 Use a more obvious directory structure for kitchen testing
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-10-16 22:41:03 -07:00

5 lines
105 B
Ruby

#
# installs ssh
return if node["platform_family"] == "windows"
include_recipe "ssh-hardening::default"