Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
0e963671
Commit
0e963671
authored
Jan 16, 2018
by
Tim Smith
Browse files
Simplify platform support in the metadata
Signed-off-by:
Tim Smith
<
tsmith@chef.io
>
parent
de867472
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
0e963671
...
...
@@ -10,14 +10,10 @@ recipe 'rsyslog', 'Sets up rsyslog for local logging'
recipe
'rsyslog::client'
,
'Sets up a client to log to a remote rsyslog server'
recipe
'rsyslog::server'
,
'Sets up an rsyslog server'
supports
'ubuntu'
,
'>= 12.04'
supports
'debian'
,
'>= 7.0'
supports
'redhat'
,
'>= 5.0'
supports
'centos'
,
'>= 5.0'
supports
'fedora'
supports
'scientific'
supports
'amazon'
supports
'oracle'
%w(ubuntu debian mint redhat centos amazon scientific oracle fedora zlinux)
.
each
do
|
os
|
supports
os
end
source_url
'https://github.com/chef-cookbooks/rsyslog'
issues_url
'https://github.com/chef-cookbooks/rsyslog/issues'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment