mirror of
https://github.com/inspec/inspec
synced 2025-02-17 14:38:43 +00:00
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'
|