forked from sous-chefs/zabbix-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmetadata.rb
28 lines (24 loc) · 1.02 KB
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
name 'zabbix-agent'
maintainer 'Bill Warner'
maintainer_email 'bill.warner@gmail.com'
license 'Apache 2.0'
description 'Installs/Configures Zabbix Agent'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
source_url 'https://github.com/TD-4242/zabbix-agent'
issues_url 'https://github.com/TD-4242/zabbix-agent/issues'
version '0.14.1'
chef_version '>= 12.7.0' if respond_to?(:chef_version)
issues_url 'https://github.com/TD-4242/zabbix-agent/issues'
source_url 'https://github.com/TD-4242/zabbix-agent'
# tested on ubuntu 10.04 12.04 and 14.04
supports 'ubuntu', '>= 10.04'
# tested on centos 6.6 and 7.0
supports 'centos', '>= 6.6'
# tested on debian 6.0.10 and 7.0
supports 'debian', '>= 6.0.10'
# change the needed recommends to depends below
depends 'apt' # For Debian family OSs
depends 'yum' # For Redhat family OSs
depends 'build-essential' # for source build/install
depends 'chocolatey' # For Windows family OSs
# recommends 'libzabbix' # LWRPs to connect to zabbix server