13 lines
274 B
Ruby
13 lines
274 B
Ruby
|
name 'yum'
|
||
|
maintainer 'Chef'
|
||
|
maintainer_email 'cookbooks@getchef.com'
|
||
|
license 'Apache 2.0'
|
||
|
description 'Configures various yum components on Red Hat-like systems'
|
||
|
version '3.3.2'
|
||
|
|
||
|
supports 'redhat'
|
||
|
supports 'centos'
|
||
|
supports 'scientific'
|
||
|
supports 'amazon'
|
||
|
supports 'fedora'
|