inspec/test/cookbooks/os_prepare/recipes/ssh.rb
Christoph Hartmann 07ee8ecd66 call ssh cookbook from prepare cookbook
Signed-off-by: Christoph Hartmann <chris@lollyrock.com>
2017-01-03 11:40:09 +01:00

7 lines
152 B
Ruby

# encoding: utf-8
# author: Christoph Hartmann
#
# installs ssh
return if node['platform_family'] == 'windows'
include_recipe 'ssh-hardening::default'