Skip to content

Commit

Permalink
Fixes #1681: Expand Vagrantfile properties. (#1690)
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash authored Jun 19, 2017
1 parent 32c1b35 commit 7cce0fd
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 @@ -140,6 +140,8 @@ public function config() {
->setVerbosityThreshold(VerbosityThresholdInterface::VERBOSITY_VERBOSE)
->run();

$this->getConfig()->expandFileProperties($this->projectDrupalVmVagrantfile);

// Generate a Random IP address for the new VM.
$config = clone $this->getConfig();
$random_local_ip = "192.168." . rand(0, 255) . '.' . rand(0, 255);
Expand Down

0 comments on commit 7cce0fd

Please sign in to comment.