Skip to content

Commit

Permalink
Merge pull request #10 from redBorder/bugfix/#19113_rb_exporter_servi…
Browse files Browse the repository at this point in the history
…ce_dont_restart_reload_when_configuration_change_table_exporter_sensor_ips_proxy

Bugfix #19113: [rb-exporter] Service dont restart reload when configuration change table exporter sensor ips proxy
  • Loading branch information
rgomezborder authored Nov 12, 2024
2 parents 37bdc00 + f9f540b commit ea80041
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 @@ -166,7 +166,7 @@
service_name 'rb-exporter'
supports status: true, reload: true, restart: true, start: true, enable: true
ignore_failure true
action([:start, :enable])
action([:start, :enable, :restart])
end

Chef::Log.info('rb-exporter cookbook has been processed')
Expand Down

0 comments on commit ea80041

Please sign in to comment.