Remove freezing symbols in disk/trigger conig
This commit is contained in:
parent
a855e76201
commit
492a532ef5
@ -10,7 +10,7 @@ module VagrantPlugins
|
||||
# Config class for a given Disk
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
DEFAULT_DISK_TYPES = [:disk, :dvd, :floppy].map(&:freeze).freeze
|
||||
DEFAULT_DISK_TYPES = [:disk, :dvd, :floppy].freeze
|
||||
|
||||
# Note: This value is for internal use only
|
||||
#
|
||||
|
||||
@ -9,7 +9,7 @@ module VagrantPlugins
|
||||
# Defaults
|
||||
DEFAULT_ON_ERROR = :halt
|
||||
DEFAULT_EXIT_CODE = 0
|
||||
VALID_TRIGGER_TYPES = [:command, :action, :hook].map(&:freeze).freeze
|
||||
VALID_TRIGGER_TYPES = [:command, :action, :hook].freeze
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
# Config class for a given Trigger
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user