diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-15 15:48:35 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-15 15:48:35 -0300 |
commit | 1391405c99c9e85f54dd171783722340d365e975 (patch) | |
tree | 38aba0ff3c0c79c48e728b01c6184297aa58c715 | |
parent | 0310ddc3150649212b6f41a13f8de904cc14f57c (diff) | |
download | puppet-drupal-1391405c99c9e85f54dd171783722340d365e975.tar.gz puppet-drupal-1391405c99c9e85f54dd171783722340d365e975.tar.bz2 |
Adding redirection modules to makefiles
-rw-r--r-- | files/drupal6.make | 3 | ||||
-rw-r--r-- | files/drupal7.make | 2 |
2 files changed, 5 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index ad2ae65..11f1d2e 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -190,3 +190,6 @@ libraries[ckeditor][download][md5] = "1c490b050c428e79a1f65ba5459e7ec9" projects[] = oauth projects[] = twitter projects[] = markdown +projects[] = redirect +projects[] = globalredirect +projects[] = path_redirect diff --git a/files/drupal7.make b/files/drupal7.make index 040967f..5c87303 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -96,3 +96,5 @@ projects[] = tagclouds projects[] = variable projects[] = languageicons projects[] = i18n +projects[] = globalredirect +projects[] = redirect |