From: Silvio Rhatto Date: Tue, 4 Sep 2012 15:28:21 +0000 (-0300) Subject: Adding security_review and module_filter modules X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7baebd1c06b8c8097f388da133290ed80104b83c;p=puppet-drupal.git Adding security_review and module_filter modules --- diff --git a/files/drupal6.make b/files/drupal6.make index 2edca32..e7627f9 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -195,3 +195,5 @@ projects[] = globalredirect projects[] = path_redirect projects[] = print projects[] = demo +projects[] = security_review +projects[] = module_filter diff --git a/files/drupal7.make b/files/drupal7.make index ed68442..babbf5c 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -104,3 +104,5 @@ projects[] = print projects[] = entity projects[] = views_php projects[] = demo +projects[] = security_review +projects[] = module_filter