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