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
sumologic-collector-chef-cookbook
Commits
7e64b16b
Commit
7e64b16b
authored
Jun 12, 2017
by
Duc Ha
Committed by
GitHub
Jun 12, 2017
Browse files
Merge pull request #125 from SumoLogic/foodcritic-offenses
Fix Foodcritic offenses
parents
c0389561
6e2e621f
Changes
1
Hide whitespace changes
Inline
Side-by-side
metadata.rb
View file @
7e64b16b
...
...
@@ -5,18 +5,11 @@ maintainer 'Sumo Logic'
maintainer_email
'opensource@sumologic.com'
issues_url
'https://github.com/SumoLogic/sumologic-collector-chef-cookbook/issues'
if
respond_to?
(
:issues_url
)
source_url
'https://github.com/SumoLogic/sumologic-collector-chef-cookbook'
if
respond_to?
(
:source_url
)
license
'Apache
v
2.0'
license
'Apache
-
2.0'
description
'Installs/Configures sumologic-collector'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'1.2.20'
attribute
'sumologic/credentials/bag_name'
,
display_name:
"Credentials bag name"
,
type:
"string"
,
required:
"required"
attribute
'sumologic/credentials/item_name'
,
display_name:
"Credentials item name"
,
type:
"string"
,
required:
"required"
chef_version
'>= 11'
if
respond_to?
(
:chef_version
)
%w[
debian
...
...
Write
Preview
Supports
Markdown
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