Sha256: e1cb94091bc784f239049d7b1f6d79206d05a0cea7583c30b2bb9733b85248db

Contents?: true

Size: 391 Bytes

Versions: 12

Compression:

Stored size: 391 Bytes

Contents

require "vagrant"

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

      guest(:centos, :redhat) do
        require_relative "guest"
        Guest
      end

      guest_capability(:centos, :flavor) do
        require_relative "cap/flavor"
        Cap::Flavor
      end
    end
  end
end

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
vagrant-unbundled-2.3.6.0 plugins/guests/centos/plugin.rb
tamtam-vagrant-reload-1.2.1 vendor/cache/vagrant-2092df529ae7/plugins/guests/centos/plugin.rb
vagrant-unbundled-2.3.3.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.3.2.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.19.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.18.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.16.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.14.0 plugins/guests/centos/plugin.rb
vagrant-aws-mkubenka-0.7.2.pre.24 vendor/bundle/ruby/2.7.0/bundler/gems/vagrant-22795b161bf6/plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.10.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.9.0 plugins/guests/centos/plugin.rb
vagrant-unbundled-2.2.8.0 plugins/guests/centos/plugin.rb