From: Silvio Rhatto Date: Fri, 8 Jan 2010 01:32:47 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9bc52e1c7cfacac0742a83c0c0cadb133c2f74ab;p=puppet-ikiwiki.git Minor fix --- diff --git a/manifests/init.pp b/manifests/init.pp index b2ec307..fb8f7da 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -4,7 +4,7 @@ class ikiwiki { } case $apache_sites_folder { - '': { fail("you need to define \$apache_sites_folder for drupal module") } + '': { fail("you need to define \$apache_sites_folder for ikiwiki module") } } file { "/usr/local/sbin/ikiwiki-deploy":