From abcc3349002e17d6a0d2ae5ae3ba13121eaf6752 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 17 Oct 2019 15:39:58 -0700 Subject: [PATCH] Add note about disk options value --- plugins/kernel_v2/config/disk.rb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/kernel_v2/config/disk.rb b/plugins/kernel_v2/config/disk.rb index 603df7a37..8400d59df 100644 --- a/plugins/kernel_v2/config/disk.rb +++ b/plugins/kernel_v2/config/disk.rb @@ -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