cookbook-yum-zabbix/metadata.rb

20 lines
592 B
Ruby
Raw Permalink Normal View History

2016-07-18 22:21:35 -04:00
name 'yum-zabbix'
maintainer 'Eric Renfro'
maintainer_email 'psi-jack@linux-help.org'
license 'Apache 2.0'
description 'Installs and configures the Zabbix Yum Repository'
2016-07-18 22:21:35 -04:00
long_description ''
version '1.0.1'
2016-07-24 19:13:49 -04:00
issues_url 'https://git.linux-help.org/Linux-Help/cookbook-yum-zabbix/issues'
source_url 'https://git.linux-help.org/Linux-Help/cookbook-yum-zabbix'
2016-07-18 22:21:35 -04:00
%w{amazon centos redhat oracle scientific}.each do |os|
supports os, '>= 6.0.0'
2016-07-18 22:21:35 -04:00
end
depends 'compat_resource', '>= 12.16.3'
depends 'yum-epel', '>= 2.1.1'
chef_version '>= 12.1'
2016-07-18 22:21:35 -04:00