Sha256: ea4c47e2e16ca96237d96a6a4e3f691d51ffb667f02829255d042b47c3662b12

Contents?: true

Size: 292 Bytes

Versions: 7

Compression:

Stored size: 292 Bytes

Contents

require "vagrant"

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

      guest("gentoo") 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/gentoo/plugin.rb
vagrantup-1.1.2 plugins/guests/gentoo/plugin.rb
vagrantup-1.1.1 plugins/guests/gentoo/plugin.rb
vagrantup-1.1.0 plugins/guests/gentoo/plugin.rb
vagrantup-1.1.4 plugins/guests/gentoo/plugin.rb
vagrant-actionio-0.0.9 vendor/bundle/bundler/gems/vagrant-c74251a1d9c0/plugins/guests/gentoo/plugin.rb
vagrant-lxc-0.0.1 vendor/vagrant/plugins/guests/gentoo/plugin.rb