inspec/test/cookbooks/os_prepare/recipes/ssh.rb

7 lines
134 B
Ruby
Raw Normal View History

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