Update drush dsd-tool of groups portal

The v0.10 version contains an important file permission fix.
Upgrading the site into slot1 not properly set the file permissions
of the symlinked vhost directory and apache failed to serve the
entire site. This issue affected every 2nd deployments and resulted
in a WSOD.

Change-Id: Iaab38356b98e09a0738547e7984bffe9b428398d
This commit is contained in:
Marton Kiss 2014-10-28 15:32:43 +01:00
parent e0c1fda74e
commit 6c5367cdbc
1 changed files with 2 additions and 2 deletions

View File

@ -22,8 +22,8 @@
# - download_dir: download directory, local copy of release tarball lives here
define drupal::drush (
$drushdsdtar = 'https://github.com/mkissam/drush-dsd/archive/v0.9.tar.gz',
$basedrushdsdtar = 'drush-dsd-0.9.tar.gz',
$drushdsdtar = 'https://github.com/mkissam/drush-dsd/archive/v0.10.tar.gz',
$basedrushdsdtar = 'drush-dsd-0.10.tar.gz',
$download_dir = '/srv/downloads',
) {