diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 16:37:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-25 16:37:43 -0200 |
commit | 401506d4a65d5c1de886627a7528829517e05c92 (patch) | |
tree | 40809d1a633f29f57f1c0f76835c37aa568de151 | |
parent | afad37ce303e2f6a9819d5c0f203f25ca6ff0789 (diff) | |
download | puppet-ikiwiki-401506d4a65d5c1de886627a7528829517e05c92.tar.gz puppet-ikiwiki-401506d4a65d5c1de886627a7528829517e05c92.tar.bz2 |
Trying to fix description
-rw-r--r-- | manifests/init.pp | 2 |
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, } |