Skip to content

Commit

Permalink
Fixes #3256: Add geerlingguy/drupal-vm as default base box. (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Mar 22, 2019
1 parent c7e4e79 commit 55c2228
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Robo/Commands/Vm/VmCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ protected function setBaseBox($config) {
$base_box = $this->askChoice(
"Which base box would you like to use?",
[
'geerlingguy/drupal-vm',
'geerlingguy/ubuntu1604',
'beet/box',
],
Expand All @@ -290,6 +291,7 @@ protected function setBaseBox($config) {
break;

case 'geerlingguy/ubuntu1604':
case 'geerlingguy/drupal-vm':
$config->set('workspace', '/root');
$config->set('extra_packages', [
'patchutils',
Expand Down

0 comments on commit 55c2228

Please sign in to comment.