Merge "Fix settings.php permission ownership"
This commit is contained in:
commit
50e8aa7321
@ -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',
|
||||||
) {
|
) {
|
||||||
|
|
||||||
@ -72,4 +72,4 @@ define drupal::drush (
|
|||||||
require => File['/usr/share/php/drush/commands/dsd'],
|
require => File['/usr/share/php/drush/commands/dsd'],
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user