mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
6c19e81a06
Signed-off-by: Miah Johnson <miah@chia-pet.org>
5 lines
105 B
Ruby
5 lines
105 B
Ruby
#
|
|
# installs ssh
|
|
return if node['platform_family'] == 'windows'
|
|
|
|
include_recipe 'ssh-hardening::default'
|