Sha256: 45e2bc8e4d728869d0487655fa8a50511d6ac69e54ce42ffa63da8e7ecf74303
Contents?: true
Size: 343 Bytes
Versions: 2
Compression:
Stored size: 343 Bytes
Contents
require_relative 'box' module VagrantMutate module Box class Kvm < Box def initialize(env, name, dir) super @provider_name = 'kvm' @supported_input = false, @supported_output = true, @image_format = 'qcow2', @image_name = 'box-disk1.img' end end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
vagrant-mutate-0.1.5 | lib/vagrant-mutate/box/kvm.rb |
vagrant-mutate-0.1.4 | lib/vagrant-mutate/box/kvm.rb |