inspec/test/cookbooks/os_prepare/recipes/ssh.rb
Miah Johnson 6c19e81a06 Remove authors tags from source files.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
2019-05-28 12:47:39 -07:00

5 lines
105 B
Ruby

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