]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
typo in definition
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 17 Feb 2008 20:55:26 +0000 (20:55 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Sun, 17 Feb 2008 20:55:26 +0000 (20:55 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@826 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index 88d25e691d6a902b72f2efae682bcc6c25532a1f..71f612507f8b15fd3066a65bb45260ef18fa7b73 100644 (file)
@@ -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 = '' ) {