18 lines
505 B
Ruby
18 lines
505 B
Ruby
name 'yum'
|
|
maintainer 'Sous Chefs'
|
|
maintainer_email 'help@sous-chefs.org'
|
|
license 'Apache-2.0'
|
|
description 'Configures various yum components on Red Hat-like systems'
|
|
version '7.4.13'
|
|
source_url 'https://github.com/sous-chefs/yum'
|
|
issues_url 'https://github.com/sous-chefs/yum/issues'
|
|
chef_version '>= 15.3'
|
|
|
|
supports 'amazon'
|
|
supports 'centos'
|
|
supports 'fedora'
|
|
supports 'oracle'
|
|
supports 'redhat'
|
|
supports 'scientific'
|
|
supports 'zlinux'
|