Puppet module for Drupal
========================
-This module has the following dependencies available at git.sarava.org that
-should be included before puppet-drupal:
+This module needs puppet-pear (available at git.sarava.org) to be included
+before puppet-drupal.
- - puppet-apache
- - puppet-pear
class drupal inherits pear {
+
+ case $apache_www_folder {
+ '': { fail("you need to define \$apache_www_folder for drupal module") }
+ }
+
# We use drupal source from upstream
package { "drupal6":
ensure => absent,