mirror of
https://github.com/inspec/inspec
synced 2024-12-18 09:03:12 +00:00
97a258ae69
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"
|