Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
sumologic-collector
Commits
d7a056a8
Commit
d7a056a8
authored
Apr 25, 2017
by
Ben Vidulich
Committed by
GitHub
Apr 25, 2017
Browse files
Merge pull request #121 from SumoLogic/revertPR13
Changes to revert PR13
parents
dbaedf28
889c102d
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d7a056a8
...
...
@@ -2,6 +2,9 @@
This file is used to list changes made in each version of sumologic-collector.
## 1.2.20
*
Undo PR#113
## 1.2.19
*
Merge PR#113
...
...
libraries/provider_source.rb
View file @
d7a056a8
...
...
@@ -18,7 +18,7 @@ class Chef
end
action
:create
do
converge_
if_changed
(
"Create
#{
source_json_path
}
"
)
do
converge_
by
(
"Create
#{
source_json_path
}
"
)
do
file
source_json_path
do
content
config_json
owner
new_resource
.
owner
...
...
metadata.rb
View file @
d7a056a8
...
...
@@ -7,7 +7,7 @@ source_url 'https://github.com/SumoLogic/sumologic-collector-chef-cookbook' if r
license
'Apache v2.0'
description
'Installs/Configures sumologic-collector'
long_description
IO
.
read
(
File
.
join
(
File
.
dirname
(
__FILE__
),
'README.md'
))
version
'1.2.
19
'
version
'1.2.
20
'
attribute
'sumologic/credentials/bag_name'
,
display_name:
"Credentials bag name"
,
type:
"string"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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