Fix RHEL name and description

This commit is contained in:
Josef Stribny 2015-05-19 12:58:19 +02:00
parent 261ef836e0
commit c1a26a66d1
2 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@ require "vagrant"
module VagrantPlugins module VagrantPlugins
module GuestRedHat module GuestRedHat
class Plugin < Vagrant.plugin("2") class Plugin < Vagrant.plugin("2")
name "RedHat guest" name "Red Hat Enterprise Linux guest"
description "RedHat guest support." description "Red Hat Enterprise Linux guest support."
guest("redhat", "linux") do guest("redhat", "linux") do
require File.expand_path("../guest", __FILE__) require File.expand_path("../guest", __FILE__)

View File

@ -3,8 +3,8 @@ require "vagrant"
module VagrantPlugins module VagrantPlugins
module HostRedHat module HostRedHat
class Plugin < Vagrant.plugin("2") class Plugin < Vagrant.plugin("2")
name "Red Hat host" name "Red Hat Enterprise Linux host"
description "Red Hat host support." description "Red Hat Enterprise Linux host support."
host("redhat", "linux") do host("redhat", "linux") do
require File.expand_path("../host", __FILE__) require File.expand_path("../host", __FILE__)