forked from sous-chefs/java
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.rb
More file actions
33 lines (30 loc) · 821 Bytes
/
Copy pathmetadata.rb
File metadata and controls
33 lines (30 loc) · 821 Bytes
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
29
30
31
32
33
name 'java'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Recipes and resources for installing Java and managing certificates'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '3.1.0'
supports 'debian'
supports 'ubuntu'
supports 'centos'
supports 'redhat'
supports 'scientific'
supports 'fedora'
supports 'amazon'
supports 'arch'
supports 'oracle'
supports 'freebsd'
supports 'windows'
supports 'suse'
supports 'opensuse'
supports 'opensuseleap'
supports 'xenserver'
supports 'smartos'
supports 'mac_os_x'
supports 'zlinux'
depends 'windows'
depends 'homebrew'
source_url 'https://github.com/sous-chefs/java'
issues_url 'https://github.com/sous-chefs/java/issues'
chef_version '>= 12.9'