Add comment for implementation

This commit is contained in:
Brian Cain 2020-03-30 14:32:34 -07:00
parent 2ef9274f9d
commit 287b0e5aab
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0

View File

@ -25,6 +25,8 @@ module VagrantPlugins
# @param [VagrantPlugins::Kernel_V2::VagrantConfigDisk] defined_disks
# @param [Hash] disk_meta - A hash of all the previously defined disks from the last configure_disk action
def self.handle_cleanup_disk(machine, defined_disks, disk_meta)
# Iterate over each disk_meta disk, check if it's still defined in the
# guests config, and if it's no longer there, remove it from the guest
end
end
end