Sha256: e6b6427914d6bae4c6c558f1302d2322f39e3a6cea61b3af1a7c5d3df1413315
Contents?: true
Size: 324 Bytes
Versions: 1
Compression:
Stored size: 324 Bytes
Contents
module VagrantMutate module Provider class Virtualbox < Provider def initialize @name = 'virtualbox' @supported_input = true, @supported_output = false, @image_format = 'vmdk', @image_name = 'box-disk1.vmdk' end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-mutate-0.1.2 | lib/vagrant-mutate/provider/virtualbox.rb |