
Note that this merge may break things. The change from OpenDeployment is subject to further review at a later time. The change introduces openstack specific logic in an otherwise independent openssh recipe. Change-Id: I568e4d2329a1d0e2670e1b0340afca4dddf4f23a
23 lines
555 B
Ruby
23 lines
555 B
Ruby
name 'openssh'
|
|
maintainer 'Opscode, Inc.'
|
|
maintainer_email 'cookbooks@opscode.com'
|
|
license 'Apache 2.0'
|
|
description 'Installs openssh'
|
|
version '1.3.5'
|
|
|
|
recipe 'openssh', 'Installs openssh'
|
|
recipe 'openssh::iptables', 'Set up iptables to allow SSH inbound'
|
|
recipe 'openssh::passwordless', 'Set up SSH login without password'
|
|
|
|
supports 'arch'
|
|
supports 'centos'
|
|
supports 'debian'
|
|
supports 'fedora'
|
|
supports 'freebsd'
|
|
supports 'redhat'
|
|
supports 'scientific'
|
|
supports 'suse'
|
|
supports 'ubuntu'
|
|
|
|
depends 'iptables'
|