diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-09-04 12:28:21 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-09-04 12:28:21 -0300 |
commit | 7baebd1c06b8c8097f388da133290ed80104b83c (patch) | |
tree | 31bcb9442eb47b56e7f9b829be44239f93d02423 /files | |
parent | d86b35fc120a7a0ba34211a0a46538a5c1f6a9ca (diff) | |
download | puppet-drupal-7baebd1c06b8c8097f388da133290ed80104b83c.tar.gz puppet-drupal-7baebd1c06b8c8097f388da133290ed80104b83c.tar.bz2 |
Adding security_review and module_filter modules
Diffstat (limited to 'files')
-rw-r--r-- | files/drupal6.make | 2 | ||||
-rw-r--r-- | files/drupal7.make | 2 |
2 files changed, 4 insertions, 0 deletions
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 |