>From https://docs.vagrantup.com/v2/vagrantfile/version.html:

"The "2" in the first line above represents the version of the
configuration object config that will be used for configuration for that
block (the section between the do and the end). This object can be very
different from version to version.

Currently, there are only two supported versions: "1" and "2". Version 1
represents the configuration from Vagrant 1.0.x. "2" represents the
configuration for 1.1+ leading up to 2.0.x."

On Sun, May 31, 2015 at 1:07 PM, Luke Mackenzie <[email protected]> wrote:

> What does the ("2") after a configure command do / mean ? e.g. :
>
>
>
>
>> Vagrant.configure("2") do |config|
>> # other config here config.vm.network "forwarded_port", guest: 80, host:
>> 8080
>> end
>
>  --
> You received this message because you are subscribed to the Google Groups
> "Vagrant" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>



-- 
  Will Froning
  [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to