Groups-dev drupal drush update to 6.0.0

Bug #1228206 requires drush 6.0.0 instead of 5.9.0 to apply
local patch files.

Change-Id: Ie25eec114d0a4ffe9c328c2d74972bb3512510a0
This commit is contained in:
Marton Kiss 2013-09-23 15:53:33 +02:00
parent 15fa5c9a2d
commit d7a06ed0ae
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ class drupal (
pear::package { 'PEAR': }
pear::package { 'Console_Table': }
pear::package { 'drush':
version => '5.9.0',
version => '6.0.0',
repository => 'pear.drush.org',
require => Pear::Package['PEAR'],
}