diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2012-05-28 19:23:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2012-05-28 19:23:58 -0300 |
commit | 2fd3225bc742d01703f4212285b11df9a5461e0d (patch) | |
tree | 7f02dd29661120d83da61bea1f90bd230314c7ad /files | |
parent | 67a0547b8cd018039e83f536025f0f596231817f (diff) | |
download | puppet-drupal-2fd3225bc742d01703f4212285b11df9a5461e0d.tar.gz puppet-drupal-2fd3225bc742d01703f4212285b11df9a5461e0d.tar.bz2 |
Adding print module
Diffstat (limited to 'files')
-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 11f1d2e..354619f 100644 --- a/files/drupal6.make +++ b/files/drupal6.make @@ -193,3 +193,4 @@ projects[] = markdown projects[] = redirect projects[] = globalredirect projects[] = path_redirect +projects[] = print diff --git a/files/drupal7.make b/files/drupal7.make index 5cb5a85..f823e61 100644 --- a/files/drupal7.make +++ b/files/drupal7.make @@ -100,3 +100,4 @@ projects[] = globalredirect projects[] = redirect projects[] = markdown projects[] = markdowneditor +projects[] = print |