From: Silvio Rhatto Date: Mon, 20 Aug 2012 18:17:29 +0000 (-0300) Subject: Adding demo module X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=d86b35fc120a7a0ba34211a0a46538a5c1f6a9ca;p=puppet-drupal.git Adding demo module --- diff --git a/files/drupal6.make b/files/drupal6.make index 354619f..2edca32 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -194,3 +194,4 @@ projects[] = redirect projects[] = globalredirect projects[] = path_redirect projects[] = print +projects[] = demo diff --git a/files/drupal7.make b/files/drupal7.make index bd8efb9..ed68442 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -103,3 +103,4 @@ projects[] = markdowneditor projects[] = print projects[] = entity projects[] = views_php +projects[] = demo