Skip to content

Commit

Permalink
Merge pull request #53 from redBorder/development
Browse files Browse the repository at this point in the history
Release 2.3.3
  • Loading branch information
manegron authored Jul 25, 2024
2 parents c3ca31a + eed18f3 commit 0dbb598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/providers/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1101,7 +1101,7 @@
query['ID'] = "logstash-#{node['hostname']}"
query['Name'] = 'logstash'
query['Address'] = "#{node['ipaddress']}"
query['Port'] = '5000'
query['Port'] = 5000
json_query = Chef::JSONCompat.to_json(query)

execute 'Register service in consul' do
Expand Down

0 comments on commit 0dbb598

Please sign in to comment.