From: Silvio Rhatto Date: Tue, 26 Jan 2010 01:13:57 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ebc4496c5226c8f73fd4de851237a6f81be32eab;p=puppet-ikiwiki.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index a61c4a4..4c5392d 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -26,8 +26,7 @@ class ikiwiki { define instance($base_url = false, $ensure = 'present', $description = false, $adminuser = 'yourname', $adminemail = 'me@example.org', $instance = 'ikiwiki') { - $desc = $decription ? { - '' => $title, + $desc = $description ? { false => $title, default => $description, }