From 6c5367cdbc9f88950195e29c10a71b9b23a2ce79 Mon Sep 17 00:00:00 2001 From: Marton Kiss Date: Tue, 28 Oct 2014 15:32:43 +0100 Subject: [PATCH] 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 --- manifests/drush.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/drush.pp b/manifests/drush.pp index d1ff866..fcd65c5 100644 --- a/manifests/drush.pp +++ b/manifests/drush.pp @@ -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', ) {