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:
parent
e0c1fda74e
commit
6c5367cdbc
@ -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',
|
||||
) {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user