aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-06-08 14:49:21 +0000
committerNicolas Vigier <boklm@mageia.org>2011-06-08 14:49:21 +0000
commit581816325a409a59f50930e496041f006bee169d (patch)
tree2af9d2c71f9650c7b24c160cddcf7fe479a9e060 /manifests/nodes.pp
parentf4c5d26c1530250bee5166fb69e2c7e7f72393d2 (diff)
downloadpuppet-581816325a409a59f50930e496041f006bee169d.tar
puppet-581816325a409a59f50930e496041f006bee169d.tar.gz
puppet-581816325a409a59f50930e496041f006bee169d.tar.bz2
puppet-581816325a409a59f50930e496041f006bee169d.tar.xz
puppet-581816325a409a59f50930e496041f006bee169d.zip
add symlink on authorized_keys for schedbot and iurt users
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp4
1 files changed, 3 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index 5e7341a7..be26ede6 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -32,7 +32,9 @@ node valstar {
include restrictshell::allow_pkgsubmit
# disabled the ldap key here instead of disabling for the
# whole module ( see r698 )
- include openssh::ssh_keys_from_ldap
+ class { openssh::ssh_keys_from_ldap:
+ symlink_users => ['schedbot', 'iurt']
+ }
include mirror::mdv2010spring