forked from cyberflow/chef-elasticsearch-curator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.rb
22 lines (18 loc) · 763 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'elasticsearch-curator'
maintainer 'servers.com'
maintainer_email '[email protected]'
license 'MIT'
description 'Installs/Configures elasticsearch-curator'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '0.2.4'
%w(ubuntu debian centos redhat).each do |os|
supports os
end
%w(apt poise-python cron yum-epel yum).each do |ckbk|
depends ckbk
end
# For compatibility with 12.X versions of Chef
depends 'compat_resource'
chef_version '>= 12.1' if respond_to?(:chef_version)
source_url 'https://github.com/cyberflow/chef-elasticsearch-curator' if respond_to?(:source_url)
issues_url 'https://github.com/cyberflow/chef-elasticsearch-curator/issues' if respond_to?(:issues_url)