diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-12-10 17:35:32 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-12-10 17:35:32 -0200 |
commit | 4c8c1d9ae285b4525cd6c90cd3c6bb4bb5c696b2 (patch) | |
tree | 4c3831b72ad4313dc4179b8a287f217aa83f3839 | |
parent | ad9ee7f2973022bfd7435d33d76fc525e2fe9e2c (diff) | |
download | puppet-drupal-4c8c1d9ae285b4525cd6c90cd3c6bb4bb5c696b2.tar.gz puppet-drupal-4c8c1d9ae285b4525cd6c90cd3c6bb4bb5c696b2.tar.bz2 |
Adding shurly module
-rw-r--r-- | files/drupal6.make | 1 | ||||
-rw-r--r-- | files/drupal7.make | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/files/drupal6.make b/files/drupal6.make index 35fb569..eabcfdd 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -152,6 +152,7 @@ projects[] = webform projects[] = webform_report projects[] = autoload projects[] = makemeeting +projects[] = shurly ; themes projects[] = framework diff --git a/files/drupal7.make b/files/drupal7.make index 2515b1b..c939e98 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -97,3 +97,4 @@ projects[] = insert projects[] = advanced_help projects[] = custom_search projects[] = webform +projects[] = shurly |