aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 21:15:28 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 21:15:28 +0000
commitc140469f04ad7cac41f5a6465ebb3befd64bfd56 (patch)
treeaa4e88550a775eb02a4fa334af8045cec6afbac2 /manifests
parent97766401f51cc39d2108d96a678ad982c83290e6 (diff)
downloadpuppet-sshd-c140469f04ad7cac41f5a6465ebb3befd64bfd56.tar.gz
puppet-sshd-c140469f04ad7cac41f5a6465ebb3befd64bfd56.tar.bz2
added new var to template
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@831 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 71f6125..1e0f468 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -52,7 +52,7 @@ define sshd::sshd_config(
default => $source,
}
- $real_allowed_users = $sshd_allowed_users ? {
+ $real_sshd_allowed_users = $sshd_allowed_users ? {
'' => 'root',
default => $sshd_allowed_users,
}