From 48e3da7d291834756773301ebe65e1b0830910fc Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 15 Feb 2012 09:54:34 +0000 Subject: clean nscd service --- modules/pam/manifests/init.pp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp index e5f6f970..21059b72 100644 --- a/modules/pam/manifests/init.pp +++ b/modules/pam/manifests/init.pp @@ -3,8 +3,7 @@ class pam { package { ["pam_ldap","nss_ldap","nscd"]: } service { nscd: - ensure => running, - path => '/etc/init.d/nscd', + require => Package['nscd'], } file { -- cgit v1.2.1