Skip to content

Commit 7967f40

Browse files
committed
gocd#50 fix missing reload in rpm_package
1 parent 4178623 commit 7967f40

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/agent_linux_install.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
when 'rhel','fedora'
3030
rpm_package 'go-agent' do
3131
source node['gocd']['agent']['package_file']['path']
32+
notifies :reload, 'ohai[reload_passwd_for_go_user]', :immediately
3233
end
3334
end
3435
else

0 commit comments

Comments
 (0)