aboutsummaryrefslogtreecommitdiffstats
path: root/modules/pam/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-11-17 16:25:42 +0000
committerMichael Scherer <misc@mageia.org>2010-11-17 16:25:42 +0000
commitc9bda43e9f60b287bc43e25e8fce946314280ecd (patch)
treeccdff4b0948dcbf5c30ecb45e58a5380c77726dd /modules/pam/manifests
parent602d4637e0fc7711ffb90b40f9b5467074f741c8 (diff)
downloadpuppet-c9bda43e9f60b287bc43e25e8fce946314280ecd.tar
puppet-c9bda43e9f60b287bc43e25e8fce946314280ecd.tar.gz
puppet-c9bda43e9f60b287bc43e25e8fce946314280ecd.tar.bz2
puppet-c9bda43e9f60b287bc43e25e8fce946314280ecd.tar.xz
puppet-c9bda43e9f60b287bc43e25e8fce946314280ecd.zip
- fix templates ( again )
- add ldap.conf
Diffstat (limited to 'modules/pam/manifests')
-rw-r--r--modules/pam/manifests/init.pp9
1 files changed, 8 insertions, 1 deletions
diff --git a/modules/pam/manifests/init.pp b/modules/pam/manifests/init.pp
index 0accd63a..a1d2d59c 100644
--- a/modules/pam/manifests/init.pp
+++ b/modules/pam/manifests/init.pp
@@ -18,7 +18,14 @@ class pam {
owner => root,
group => root,
mode => 644,
- content => template("pam/system-auth")
+ content => template("pam/nsswitch.conf")
+ }
+ file { "ldap.conf":
+ path => "/etc/ldap.conf",
+ owner => root,
+ group => root,
+ mode => 644,
+ content => template("pam/ldap.conf")
}
}