From 0af615853be280e34697ab122e4bae4715ecbf9f Mon Sep 17 00:00:00 2001 From: Matt Alexander Date: Wed, 9 Oct 2013 03:46:31 -0700 Subject: [PATCH] [COOK-3772] Restart nscd as the last notification so other nscd commands are executed Signed-off-by: Seth Vargo --- recipes/auth.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/auth.rb b/recipes/auth.rb index d55f3cf..9d98ce1 100644 --- a/recipes/auth.rb +++ b/recipes/auth.rb @@ -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|