diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-19 11:55:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-19 11:55:43 -0300 |
commit | 762e4a4a4a5a1f538b37f22fa7d83da0556e009b (patch) | |
tree | 497daf0cab9d93043886f938edb58fd6407cb435 | |
parent | c79be820e97da9b31921a7b6a876e089c6939cd2 (diff) | |
download | puppet-drupal-762e4a4a4a5a1f538b37f22fa7d83da0556e009b.tar.gz puppet-drupal-762e4a4a4a5a1f538b37f22fa7d83da0556e009b.tar.bz2 |
Adding captcha_pack 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 8f78678..3f5a5c0 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -199,3 +199,4 @@ projects[] = security_review projects[] = module_filter projects[] = permission_select projects[] = hidden_captcha +projects[] = captcha_pack diff --git a/files/drupal7.make b/files/drupal7.make index 40081b6..7ec2944 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -108,3 +108,4 @@ projects[] = security_review projects[] = module_filter projects[] = permission_select projects[] = hidden_captcha +projects[] = captcha_pack |