From: mh Date: Sun, 17 Feb 2008 20:45:13 +0000 (+0000) Subject: typo in definition X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=e9ed1862d5c5dc6b9ba88fed619d6e28c039fd05;p=puppet-sshd.git typo in definition git-svn-id: https://svn/ipuppet/trunk/modules/sshd@823 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- diff --git a/manifests/init.pp b/manifests/init.pp index 1fc043f..cff48a5 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",