lib/vagrant-vcloud/plugin.rb in vagrant-vcloud-0.4.1 vs lib/vagrant-vcloud/plugin.rb in vagrant-vcloud-0.4.2

- old
+ new

@@ -18,11 +18,12 @@ config(:vcloud, :provider) do require_relative 'config' Config end - provider(:vcloud) do - # TODO: add logging + # We provide support for multiple box formats, including the new standard + # 'vmware_ovf' and the legacy 'vcloud' and 'vcenter'. + provider(:vcloud, box_format: %w[vmware_ovf vcloud vcenter]) do setup_logging setup_i18n # Return the provider require_relative 'provider'