aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-06-08 14:54:07 +0000
committerNicolas Vigier <boklm@mageia.org>2011-06-08 14:54:07 +0000
commit01110fe0bcd5ce72d3cf603222dc6bf8952524ac (patch)
tree9da442973ae028074a01d39f190c116e595d8eda
parent21a1caa4895e0fd015f88e600e8e563a112bbafc (diff)
downloadpuppet-01110fe0bcd5ce72d3cf603222dc6bf8952524ac.tar
puppet-01110fe0bcd5ce72d3cf603222dc6bf8952524ac.tar.gz
puppet-01110fe0bcd5ce72d3cf603222dc6bf8952524ac.tar.bz2
puppet-01110fe0bcd5ce72d3cf603222dc6bf8952524ac.tar.xz
puppet-01110fe0bcd5ce72d3cf603222dc6bf8952524ac.zip
fix syntax
-rw-r--r--manifests/nodes.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index be26ede6..df8491c7 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -32,7 +32,7 @@ node valstar {
include restrictshell::allow_pkgsubmit
# disabled the ldap key here instead of disabling for the
# whole module ( see r698 )
- class { openssh::ssh_keys_from_ldap:
+ class { "openssh::ssh_keys_from_ldap":
symlink_users => ['schedbot', 'iurt']
}