forked from chef-boneyard/activemq
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
19 lines (15 loc) · 682 Bytes
/
Copy pathmetadata.rb
File metadata and controls
19 lines (15 loc) · 682 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
name 'activemq'
maintainer 'Chef Software, Inc.'
maintainer_email 'cookbooks@chef.io'
license 'Apache-2.0'
description 'Installs activemq and sets it up as service'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.1.0'
recipe 'activemq::default', 'Installs Apache ActiveMQ and sets up the service using the included init script.'
%w(ubuntu debian redhat centos suse opensuse opensuseleap scientific oracle amazon).each do |os|
supports os
end
depends 'java', '~> 1.13'
source_url 'https://github.com/chef-cookbooks/activemq'
issues_url 'https://github.com/chef-cookbooks/activemq/issues'
chef_version '>= 12.7' if respond_to?(:chef_version)