mirror of
https://github.com/inspec/inspec
synced 2024-12-18 17:14:33 +00:00
7 lines
134 B
Ruby
7 lines
134 B
Ruby
|
# author: Christoph Hartmann
|
||
|
#
|
||
|
# installs ssh
|
||
|
return if node['platform_family'] == 'windows'
|
||
|
|
||
|
include_recipe 'ssh-hardening::default'
|