mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
a5309ea392
Signed-off-by: Ryan Davis <zenspider@chef.io>
5 lines
105 B
Ruby
5 lines
105 B
Ruby
#
|
|
# installs ssh
|
|
return if node["platform_family"] == "windows"
|
|
|
|
include_recipe "ssh-hardening::default"
|