Merge pull request #5731 from strzibny/rhel
Fix RHEL name and description
This commit is contained in:
commit
4d4d2a4eec
|
@ -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__)
|
||||||
|
|
|
@ -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__)
|
||||||
|
|
Loading…
Reference in New Issue