-
-
Notifications
You must be signed in to change notification settings - Fork 631
Expand file tree
/
Copy pathmetadata.rb
More file actions
23 lines (21 loc) · 611 Bytes
/
metadata.rb
File metadata and controls
23 lines (21 loc) · 611 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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'
source_url 'https://github.com/sous-chefs/java'
issues_url 'https://github.com/sous-chefs/java/issues'
chef_version '>= 16.0'
version '14.0.1'
supports 'debian'
supports 'ubuntu'
supports 'centos'
supports 'redhat'
supports 'scientific'
supports 'fedora'
supports 'amazon'
supports 'oracle'
supports 'freebsd'
supports 'suse'
supports 'opensuseleap'
depends 'line'