2016-07-18 22:18:31 -04:00
|
|
|
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 ''
|
2016-12-08 17:38:08 -05:00
|
|
|
version '0.1.2'
|
2016-07-18 22:18:31 -04:00
|
|
|
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'
|
|
|
|
|