Skip to content
Snippets Groups Projects

Vagrantfile: Don't try to create extant link

Merged 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

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
Please register or sign in to reply