Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Merge pull request #64 from msturm/master
Browse files Browse the repository at this point in the history
Fix vagrant path
  • Loading branch information
jhaals committed Aug 14, 2015
2 parents 445f3aa + 218b1f2 commit c04a895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/vagrant.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def opts
end

def vagrant(*args)
cmd = ["/usr/bin/vagrant"] + args
cmd = ["/opt/vagrant/bin/vagrant"] + args
execute cmd, opts
end
end

0 comments on commit c04a895

Please sign in to comment.