From: mh Date: Sun, 17 Feb 2008 20:55:26 +0000 (+0000) Subject: typo in definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=97766401f51cc39d2108d96a678ad982c83290e6;p=puppet-sshd.git typo in definition git-svn-id: https://svn/ipuppet/trunk/modules/sshd@826 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- 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 = '' ) {