diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-12-03 15:40:43 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-12-03 15:40:43 -0200 |
commit | d5a8510237227e2afe0e71a0bb6ec2a154419f19 (patch) | |
tree | 93894ace880502c323bb7a3985e98683f09a8668 /files | |
parent | aa33bacc61d38677f7429bd7be525ee430974e40 (diff) | |
download | puppet-drupal-d5a8510237227e2afe0e71a0bb6ec2a154419f19.tar.gz puppet-drupal-d5a8510237227e2afe0e71a0bb6ec2a154419f19.tar.bz2 |
Adds spamicide into makefiles
Diffstat (limited to 'files')
-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 657241a..cf7d6bd 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -205,3 +205,4 @@ projects[] = checkbox_validate projects[] = piwik projects[] = user_register_notify projects[] = css_injector +projects[] = spamicide diff --git a/files/drupal7.make b/files/drupal7.make index ca54f4f..60adf8b 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -120,3 +120,4 @@ projects[] = jquery_update projects[] = media projects[] = panels projects[] = css_injector +projects[] = spamicide |