forked from sous-chefs/apache2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
21 lines (20 loc) · 703 Bytes
/
metadata.rb
File metadata and controls
21 lines (20 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
name 'apache2'
maintainer 'Sander van Zoest'
maintainer_email 'sander+cookbooks@vanzoest.com'
issues_url 'https://github.com/svanzoest-cookbooks/apache2/issues' if respond_to?(:issues_url)
source_url 'https://github.com/svanzoest-cookbooks/apache2/' if respond_to?(:source_url)
license 'Apache 2.0'
description 'Installs and configures all aspects of apache2 using Debian style symlinks with helper definitions'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.2.1'
supports 'debian'
supports 'ubuntu'
supports 'redhat'
supports 'centos'
supports 'fedora'
supports 'amazon'
supports 'scientific'
supports 'freebsd'
supports 'suse'
supports 'opensuse'
supports 'arch'