Sha256: 88ae9062d0ad65828bf72c4d9ab858b4da8f909880ac7a35ee04c79901e715e1

Contents?: true

Size: 795 Bytes

Versions: 27

Compression:

Stored size: 795 Bytes

Contents

# A general Vagrant system implementation for "solaris 11".
#
# Contributed by Jan Thomas Moldung <janth@moldung.no>

require "vagrant"

module VagrantPlugins
  module GuestSolaris11
    class Plugin < Vagrant.plugin("2")
      name "Solaris 11 guest."
      description "Solaris 11 guest support."

      guest(:solaris11, :solaris) do
        require_relative "guest"
        Guest
      end

      config(:solaris11) do
        require_relative "config"
        Config
      end

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

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

Version data entries

27 entries across 23 versions & 3 rubygems

Version Path
vagrant-unbundled-2.2.9.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.8.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.7.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.6.2 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.6.1 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.6.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.5.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.4.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.3.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.2.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.2.0.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.1.4.0 plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.1.2.0 plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.2 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.3.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.5.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-packet-0.1.1 vendor/bundle/ruby/2.4.0/bundler/gems/vagrant-04f7215b5e3f/plugins/guests/solaris11/plugin.rb
vagrant-unbundled-2.1.1.0 plugins/guests/solaris11/plugin.rb