Sha256: ce8963ef7495912ced24ecee9b8c0c279502ef49c33650fa0547e3e072ff7780

Contents?: true

Size: 296 Bytes

Versions: 7

Compression:

Stored size: 296 Bytes

Contents

require "vagrant"

module VagrantPlugins
  module GuestOpenBSD
    class Plugin < Vagrant.plugin("2")
      name "OpenBSD guest"
      description "OpenBSD guest support."

      guest("openbsd") do
        require File.expand_path("../guest", __FILE__)
        Guest
      end
    end
  end
end

Version data entries

7 entries across 7 versions & 3 rubygems

Version Path
vagrantup-1.1.3 plugins/guests/openbsd/plugin.rb
vagrantup-1.1.2 plugins/guests/openbsd/plugin.rb
vagrantup-1.1.1 plugins/guests/openbsd/plugin.rb
vagrantup-1.1.0 plugins/guests/openbsd/plugin.rb
vagrantup-1.1.4 plugins/guests/openbsd/plugin.rb
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/plugins/guests/openbsd/plugin.rb
vagrant-lxc-0.0.1 vendor/vagrant/plugins/guests/openbsd/plugin.rb