27 lines
596 B
Ruby
27 lines
596 B
Ruby
name 'git'
|
|
maintainer 'Chef Software, Inc.'
|
|
maintainer_email 'cookbooks@chef.io'
|
|
license 'Apache-2.0'
|
|
description 'Installs git and/or sets up a Git server daemon'
|
|
version '10.0.0'
|
|
|
|
supports 'amazon'
|
|
supports 'centos'
|
|
supports 'debian'
|
|
supports 'fedora'
|
|
supports 'freebsd'
|
|
supports 'mac_os_x'
|
|
supports 'omnios'
|
|
supports 'oracle'
|
|
supports 'redhat'
|
|
supports 'smartos'
|
|
supports 'scientific'
|
|
supports 'suse'
|
|
supports 'opensuseleap'
|
|
supports 'ubuntu'
|
|
supports 'windows'
|
|
|
|
source_url 'https://github.com/chef-cookbooks/git'
|
|
issues_url 'https://github.com/chef-cookbooks/git/issues'
|
|
chef_version '>= 14'
|