19 lines
547 B
Ruby
19 lines
547 B
Ruby
|
name 'yum-rsyslog'
|
||
|
maintainer 'Eric Renfro'
|
||
|
maintainer_email 'psi-jack@linux-help.org'
|
||
|
license 'Apache 2.0'
|
||
|
description 'Installs and configures the Official Rsyslog Yum Repository'
|
||
|
long_description ''
|
||
|
version '0.1.1'
|
||
|
issues_url 'http://gogs.home.ld/Linux-Help/cookbook-yum-rsyslog/issues'
|
||
|
source_url 'http://gogs.home.ld/Linux-Help/cookbook-yum-rsyslog'
|
||
|
|
||
|
|
||
|
%w{ centos redhat oracle scientific }.each do |os|
|
||
|
supports os, '>= 5.0.0'
|
||
|
end
|
||
|
|
||
|
depends 'yum', '>= 3.2'
|
||
|
depends 'yum-epel', '>= 0.0.0'
|
||
|
|