Add todo for attaching and configuring disk for a given provider

This commit is contained in:
Brian Cain 2019-10-28 13:21:16 -07:00
parent 499e39dd10
commit d6df83103e
No known key found for this signature in database
GPG Key ID: 9FC4639B2E4510A0
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ module Vagrant
# Check that provider plugin is installed for disk
# If not, log warning or error to user that disks won't be managed
# TODO: configure and attach disks for the machines providers implementation
# Continue On
@app.call(env)
end