diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 23:32:47 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-01-07 23:32:47 -0200 |
commit | 9bc52e1c7cfacac0742a83c0c0cadb133c2f74ab (patch) | |
tree | 685ec9ea2f5a9e1e7fa758823feee8a11298f4c0 | |
parent | 766e8247bde3168e29942247f8e3bee406c53eaf (diff) | |
download | puppet-ikiwiki-9bc52e1c7cfacac0742a83c0c0cadb133c2f74ab.tar.gz puppet-ikiwiki-9bc52e1c7cfacac0742a83c0c0cadb133c2f74ab.tar.bz2 |
Minor fix
-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 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": |