Sha256: 0aca4d45654e4fd642e686a61ba83905527f790e227646b16c2e589a75550f63

Contents?: true

Size: 292 Bytes

Versions: 7

Compression:

Stored size: 292 Bytes

Contents

require "vagrant"

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

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