2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-24 15:05:36 +00:00
Files
xcat-core/xCAT-OpenStack/chef-cookbooks/grizzly-xcat/cookbooks/openssh/metadata.rb
2013-11-12 10:24:04 -05:00

13 lines
330 B
Ruby

name "openssh"
maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs openssh"
version "1.1.4"
recipe "openssh", "Installs openssh"
%w{ redhat centos fedora ubuntu debian arch scientific suse }.each do |os|
supports os
end