diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-11-29 13:45:46 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-11-29 13:45:46 -0200 |
commit | caab4f895a7b8bc7fbfba8b1edef51796313165a (patch) | |
tree | 59619e49b8c5dfef24152b160c011daeeef9a4ac | |
parent | 4cd74029b3709443a94fc583810c219504f99e45 (diff) | |
download | puppet-drupal-caab4f895a7b8bc7fbfba8b1edef51796313165a.tar.gz puppet-drupal-caab4f895a7b8bc7fbfba8b1edef51796313165a.tar.bz2 |
Adding piwik 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 c3c5fbb..b9881ea 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -203,3 +203,4 @@ projects[] = captcha_pack projects[] = terms_of_use projects[] = legal projects[] = checkbox_validate +projects[] = piwik diff --git a/files/drupal7.make b/files/drupal7.make index 8dff9d3..18b1023 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -108,3 +108,4 @@ projects[] = permission_select projects[] = hidden_captcha projects[] = captcha_pack projects[] = workbench +projects[] = piwik |