Add note about disk options value

This commit is contained in:
Brian Cain 2019-10-17 15:39:58 -07:00
parent 1a21782bd5
commit abcc334900
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 7 additions and 1 deletions

View File

@ -41,7 +41,13 @@ module VagrantPlugins
# Provider specific options
#
# TODO: INTERNAL??
# This should work similar to how a "Provisioner" class works:
#
# - This class is the base class where as this options value is actually a
# provider specific class for the given options for that provider, if required
#
# - Hopefully in general the top-scope disk options are enough for the general
# case that most people won't need provider specific options except for very specific cases
#
# @return [Hash]
attr_accessor :options