Add comment for potential hook into provider configuring disk
This commit is contained in:
parent
a457dee8b0
commit
54c3e28a45
|
@ -12,6 +12,8 @@ module Vagrant
|
|||
defined_disks = get_disks(machine, env)
|
||||
|
||||
# Call into providers machine implementation for disk management
|
||||
#
|
||||
# machine.provider.configure_disks(defined_disks)
|
||||
|
||||
# Continue On
|
||||
@app.call(env)
|
||||
|
|
Loading…
Reference in New Issue