Sha256: 138558d5440600b8326840b1f3274d92da4f001642d32f45a351d75bcbf33a3d

Contents?: true

Size: 594 Bytes

Versions: 21

Compression:

Stored size: 594 Bytes

Contents

require "vagrant"

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

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

      guest_capability("gentoo", "change_host_name") do
        require_relative "cap/change_host_name"
        Cap::ChangeHostName
      end

      guest_capability("gentoo", "configure_networks") do
        require_relative "cap/configure_networks"
        Cap::ConfigureNetworks
      end
    end
  end
end

Version data entries

21 entries across 18 versions & 6 rubygems

Version Path
tamtam-vagrant-reload-1.1.3 vendor/cache/vagrant-0ac2a8738841/plugins/guests/gentoo/plugin.rb
tamtam-vagrant-reload-1.1.2 vendor/cache/vagrant-0ac2a8738841/plugins/guests/gentoo/plugin.rb
vagrant-unbundled-1.8.4.2 plugins/guests/gentoo/plugin.rb
vagrant-unbundled-1.8.4.1 plugins/guests/gentoo/plugin.rb
tamtam-vagrant-reload-1.1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/gentoo/plugin.rb
tamtam-vagrant-reload-1.1 vendor/cache/vagrant-0ac2a8738841/plugins/guests/gentoo/plugin.rb
vagrant-unbundled-1.8.1.2 plugins/guests/gentoo/plugin.rb
vagrant-unbundled-1.8.1.1 plugins/guests/gentoo/plugin.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-272fb27e0536/plugins/guests/gentoo/plugin.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-1cf2a8db4ccb/plugins/guests/gentoo/plugin.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-309e896975d1/plugins/guests/gentoo/plugin.rb
vagrant-cloudstack-1.1.0 vendor/bundle/bundler/gems/vagrant-b421af58e8b3/plugins/guests/gentoo/plugin.rb
vagrant-tiktalik-0.0.3 vendor/bundle/ruby/2.0.0/bundler/gems/vagrant-1e28f1ac31e7/plugins/guests/gentoo/plugin.rb
tnargav-1.3.6 plugins/guests/gentoo/plugin.rb
tnargav-1.3.3 plugins/guests/gentoo/plugin.rb
vagrant-shell-0.2.9 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/gentoo/plugin.rb
tnargav-1.2.3 plugins/guests/gentoo/plugin.rb
vagrant-shell-0.2.8 demo/templates/vendor/bundle/ruby/1.9.1/gems/tnargav-1.2.2/plugins/guests/gentoo/plugin.rb
vagrant-shell-0.2.6 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/gentoo/plugin.rb
vagrant-shell-0.2.5 vendor/bundle/gems/tnargav-1.2.2/plugins/guests/gentoo/plugin.rb