[Mageia-sysadm] [390] - make sure nscd is installed and running
root at mageia.org
root at mageia.org
Mon Nov 22 14:15:23 CET 2010
Revision: 390
Author: misc
Date: 2010-11-22 14:15:23 +0100 (Mon, 22 Nov 2010)
Log Message:
-----------
- make sure nscd is installed and running
Modified Paths:
--------------
puppet/modules/pam/manifests/init.pp
Modified: puppet/modules/pam/manifests/init.pp
===================================================================
--- puppet/modules/pam/manifests/init.pp 2010-11-22 13:15:22 UTC (rev 389)
+++ puppet/modules/pam/manifests/init.pp 2010-11-22 13:15:23 UTC (rev 390)
@@ -1,10 +1,15 @@
class pam {
class base {
- package { ["pam_ldap","nss_ldap"]:
+ package { ["pam_ldap","nss_ldap","nscd"]:
ensure => installed,
}
+ service { nscd:
+ ensure => running,
+ path => '/etc/init.d/nscd',
+ }
+
file { "system-auth":
path => "/etc/pam.d/system-auth",
owner => root,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20101122/a5218354/attachment.html>
More information about the Mageia-sysadm
mailing list