From 97766401f51cc39d2108d96a678ad982c83290e6 Mon Sep 17 00:00:00 2001 From: mh Date: Sun, 17 Feb 2008 20:55:26 +0000 Subject: typo in definition git-svn-id: https://svn/ipuppet/trunk/modules/sshd@826 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests') 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 = '' ) { -- cgit v1.2.3