Fix settings.php permission ownership
Update the upstream version of drush dsd tool used to update Drupal siteroot to v0.8 that fixes settings.php ownership problem during a drush dsd-update process. Change-Id: I3c88320905e9a65a9335d7cd78ab46bf8649e5ad Closes-Bug: #1334625
This commit is contained in:
parent
e6aa5d9f44
commit
461eb4b8e9
@ -22,8 +22,8 @@
|
|||||||
# - download_dir: download directory, local copy of release tarball lives here
|
# - download_dir: download directory, local copy of release tarball lives here
|
||||||
|
|
||||||
define drupal::drush (
|
define drupal::drush (
|
||||||
$drushdsdtar = 'https://github.com/mkissam/drush-dsd/archive/v0.7.tar.gz',
|
$drushdsdtar = 'https://github.com/mkissam/drush-dsd/archive/v0.8.tar.gz',
|
||||||
$basedrushdsdtar = 'drush-dsd-0.7.tar.gz',
|
$basedrushdsdtar = 'drush-dsd-0.8.tar.gz',
|
||||||
$download_dir = '/srv/downloads',
|
$download_dir = '/srv/downloads',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user