-
-
Notifications
You must be signed in to change notification settings - Fork 171
Expand file tree
/
Copy pathmetadata.rb
More file actions
27 lines (25 loc) · 664 Bytes
/
metadata.rb
File metadata and controls
27 lines (25 loc) · 664 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
name 'git'
maintainer 'Sous Chefs'
maintainer_email 'help@sous-chefs.org'
license 'Apache-2.0'
description 'Installs git and/or sets up a Git server daemon'
version '12.1.10'
source_url 'https://github.com/sous-chefs/git'
issues_url 'https://github.com/sous-chefs/git/issues'
chef_version '>= 15.3'
depends 'ark'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'mac_os_x'
supports 'omnios'
supports 'opensuseleap'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'smartos'
supports 'suse'
supports 'ubuntu'
supports 'windows'