From: Silvio Rhatto Date: Fri, 7 Dec 2012 15:04:40 +0000 (-0200) Subject: Adding user_register_notify module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=06ed8ddbe45df7520474c90e93e7ec8e99546631;p=puppet-drupal.git Adding user_register_notify module --- diff --git a/files/drupal6.make b/files/drupal6.make index b9881ea..5cee2ab 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -204,3 +204,4 @@ projects[] = terms_of_use projects[] = legal projects[] = checkbox_validate projects[] = piwik +projects[] = user_register_notify diff --git a/files/drupal7.make b/files/drupal7.make index d5bafa5..38fb899 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -111,3 +111,4 @@ projects[] = workbench projects[] = piwik projects[] = seo_checklist projects[] = checklist +projects[] = user_register_notify