SamSu 9ca03fcd19 if not any conf change, service will not restart
Change-Id: I821ee220c4242dca427ce8ae05f51e23fdd6064e
2014-03-05 18:25:55 -08:00

22 lines
487 B
Ruby

name 'openssh'
maintainer 'Opscode, Inc.'
maintainer_email 'cookbooks@opscode.com'
license 'Apache 2.0'
description 'Installs openssh'
version '1.3.2'
recipe 'openssh', 'Installs openssh'
recipe 'openssh::iptables', 'Set up iptables to allow SSH inbound'
supports 'arch'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'redhat'
supports 'scientific'
supports 'suse'
supports 'ubuntu'
depends 'iptables'