mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
07ee8ecd66
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
7 lines
152 B
Ruby
7 lines
152 B
Ruby
# encoding: utf-8
|
|
# author: Christoph Hartmann
|
|
#
|
|
# installs ssh
|
|
return if node['platform_family'] == 'windows'
|
|
|
|
include_recipe 'ssh-hardening::default'
|