Skip to content

Vagrantfile: Don't try to create extant link

Darryl Green requested to merge github/fork/bjackman/vagrant-idempotent into master

Created by: bjackman

ln fails if the link already exists. Since 7cbc9233 (Vagrantfile: Bail out of provisioning if anything fails) this breaks re-provisioning a VM with vagrant reload --provision.

Check if /home/vagrant/lisa already exists and if it does, leave it alone.

Merge request reports