Skip to content

Commit

Permalink
Connects to acquia#1681: Fixing Vagrantfile syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
grasmash committed Jun 19, 2017
1 parent 7cce0fd commit 6cd3659
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions scripts/drupal-vm/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ ENV['DRUPALVM_DIR'] = "vendor/geerlingguy/drupal-vm"
load "#{__dir__}/#{ENV['DRUPALVM_DIR']}/Vagrantfile"

# Set up vagrant exec for BLT.
if Vagrant.has_plugin?('vagrant-exec')
config.exec.commands '*', directory: /var/www/${project.machine_name}
Vagrant.configure('2') do |config|
if Vagrant.has_plugin?('vagrant-exec')
config.exec.commands '*', directory: "/var/www/wfm8"
end
end

0 comments on commit 6cd3659

Please sign in to comment.