forked from sous-chefs/haproxy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
22 lines (20 loc) · 753 Bytes
/
metadata.rb
File metadata and controls
22 lines (20 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name 'haproxy'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs and configures haproxy'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '5.0.3'
source_url 'https://github.com/sous-chefs/haproxy'
issues_url 'https://github.com/sous-chefs/haproxy/issues'
chef_version '>= 12.5' if respond_to?(:chef_version)
supports 'debian'
supports 'ubuntu'
supports 'centos'
supports 'redhat'
supports 'oracle'
supports 'amazon'
depends 'cpu', '>= 0.2.0'
depends 'build-essential', '>= 8.0.1'
depends 'poise-service', '>= 1.5.1'
depends 'compat_resource', '>= 12.16'