Skip to content

Commit

Permalink
v0.5.2 - fix undefined local variable or method '\req_options'\ in zi…
Browse files Browse the repository at this point in the history
…pkin_version
  • Loading branch information
barnumbirr committed Nov 25, 2019
1 parent 5fb9952 commit 96e8e61
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ curator::jobs::values:
hour: 5

zipkin::java_home: "%{hiera('java::java_home')}"
zipkin::version: '2.19.1'
zipkin::version: '2.19.2'
zipkin::use_slim: true
zipkin::user: 'zipkin'
zipkin::group: 'zipkin'
Expand Down
2 changes: 1 addition & 1 deletion lib/facter/zipkin_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
uri = URI.parse("http://localhost:9411/info")
request = Net::HTTP::Get.new(uri)

response = Net::HTTP.start(uri.hostname, uri.port, req_options) do |http|
response = Net::HTTP.start(uri.hostname, uri.port) do |http|
http.request(request)
end

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "barnumbirr-zipkin",
"version": "0.5.1",
"version": "0.5.2",
"author": "barnumbirr",
"summary": "Install and manage OpenZipkin via Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit 96e8e61

Please sign in to comment.