forked from sous-chefs/rsyslog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.rb
25 lines (21 loc) · 978 Bytes
/
metadata.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name 'rsyslog'
maintainer 'Chef Software, Inc.'
maintainer_email '[email protected]'
license 'Apache 2.0'
description 'Installs and configures rsyslog'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version '4.0.0'
recipe 'rsyslog', 'Installs rsyslog'
recipe 'rsyslog::client', 'Sets up a client to log to a remote rsyslog server'
recipe 'rsyslog::server', 'Sets up an rsyslog server'
supports 'ubuntu', '>= 10.04'
supports 'debian', '>= 5.0'
supports 'redhat', '>= 5.0'
supports 'centos', '>= 5.0'
supports 'fedora', '>= 20.0'
supports 'scientific'
supports 'amazon'
supports 'oracle'
depends 'compat_resource'
source_url 'https://github.com/chef-cookbooks/rsyslog' if respond_to?(:source_url)
issues_url 'https://github.com/chef-cookbooks/rsyslog/issues' if respond_to?(:issues_url)