aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 20:55:26 +0000
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>2008-02-17 20:55:26 +0000
commit97766401f51cc39d2108d96a678ad982c83290e6 (patch)
tree554d06737ff401a465072252f539647678e2d614 /manifests
parent021e331ccb776a04bcd1738ec61c4df92f7dc2c2 (diff)
downloadpuppet-sshd-97766401f51cc39d2108d96a678ad982c83290e6.tar.gz
puppet-sshd-97766401f51cc39d2108d96a678ad982c83290e6.tar.bz2
typo in definition
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@826 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 88d25e6..71f6125 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -45,7 +45,7 @@ class sshd {
}
define sshd::sshd_config(
- $source => ''
+ $source = ''
){
$real_source = $source ? {
'' => "${operatingsystem}_normal.erb",
@@ -71,7 +71,7 @@ define sshd::sshd_config(
}
define sshd::deploy_auth_key(
- $source => '',
+ $source = '',
$user = 'root',
$target_dir = '/root/.ssh/',
$group = '' ) {