Sha256: 19eb034054bc1351cd46540abe0526ff2443b0e948bb01402b2482c90cf873c1
Contents?: true
Size: 356 Bytes
Versions: 6
Compression:
Stored size: 356 Bytes
Contents
module VagrantPlugins module Ventriloquist module Platforms class Go < Platform def provision(machine) @config[:version] = '1.1.2' if @config[:version] == 'latest' machine.guest.capability(:mercurial_install) machine.guest.capability(:go_install, @config[:version]) end end end end end
Version data entries
6 entries across 6 versions & 1 rubygems