Skip to content

Commit

Permalink
[COOK-3772] Restart nscd as the last notification so other nscd comma…
Browse files Browse the repository at this point in the history
…nds are executed

Signed-off-by: Seth Vargo <sethvargo@gmail.com>
  • Loading branch information
mattjalexander authored and sethvargo committed Oct 10, 2013
1 parent 7759d0f commit 0af6158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/auth.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
mode 00644
owner "root"
group "root"
notifies :restart, "service[nscd]", :immediately
notifies :run, "execute[nscd-clear-passwd]", :immediately
notifies :run, "execute[nscd-clear-group]", :immediately
notifies :restart, "service[nscd]", :immediately
end

%w{ account auth password session }.each do |pam|
Expand Down

0 comments on commit 0af6158

Please sign in to comment.