lavabit / robox

The tools needed to robotically create/configure/provision a large number of operating systems, for a variety of hypervisors, using packer.
633 stars 140 forks source link

alpine: Fix Vagrant versioning check #168

Closed timschumi closed 4 years ago

timschumi commented 4 years ago

The check right now does lexicographical (?) comparison, which results in 2.2.10 being treated as an earlier version than 2.2.6.

Fix that by using the built-in Vagrant.version?() function for the version check.

timschumi commented 4 years ago

I solemnly swear that I won't rely on 7 year old GitHub Gists for ideas anymore.

agorgl commented 4 years ago

Relevant issue #169