mirror of
https://github.com/inspec/inspec
synced 2024-12-19 01:23:50 +00:00
6 lines
105 B
Ruby
6 lines
105 B
Ruby
|
#
|
||
|
# installs ssh
|
||
|
return if node['platform_family'] == 'windows'
|
||
|
|
||
|
include_recipe 'ssh-hardening::default'
|