aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 39acc04..2661953 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -19,6 +19,7 @@ class ikiwiki {
$adminuser = 'yourname', $adminemail = 'me@example.org', $instance = 'ikiwiki') {
$desc = $decription ? {
+ '' => $title,
false => $title,
default => $description,
}