Sha256: 34707d1076560ee69ecbbbeafcca518a5820fac5b3557dddedd2ebb8d475301c

Contents?: true

Size: 358 Bytes

Versions: 1

Compression:

Stored size: 358 Bytes

Contents

require_relative 'box'

module VagrantMutate
  module Box
    class Bhyve < Box
      def initialize(env, name, version, dir)
        super
        @provider_name    = 'bhyve'
        @supported_input  = true
        @supported_output = true
        @image_format     = 'raw'
        @image_name       = 'disk.img'
      end

      # TODO

    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vagrant-mutate-1.2.0 lib/vagrant-mutate/box/bhyve.rb