Skip to content

Commit

Permalink
Missed a spot
Browse files Browse the repository at this point in the history
  • Loading branch information
patcable committed Jul 6, 2020
1 parent 0566e6d commit b656064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/systemd_service.rb
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class ::Chef::Recipe
systemd_unit "#{node['chef_client']['dist']}-client.service" do
content service_unit_content
action :create
notifies(:restart, 'service[chef-client]', :delayed) unless timer
notifies(:restart, "service[#{node['chef_client']['dist']}-client]", :delayed) unless timer
end

systemd_unit "#{node['chef_client']['dist']}-client.timer" do
Expand Down

0 comments on commit b656064

Please sign in to comment.