Sha256: fbc1bd8b7dc8a33b6ab12d8eb0ca2a65ffe6342684b152ca62a693a7b86ff90c

Contents?: true

Size: 512 Bytes

Versions: 12

Compression:

Stored size: 512 Bytes

Contents

Vagrant::Config.run do |config|
  # All Vagrant configuration is done here. For a detailed explanation
  # and listing of configuration options, please view the documentation
  # online.

  # Every Vagrant virtual environment requires a box to build off of.
  config.vm.box = "<%= default_box %>"
  <% if !default_box_url.nil? -%>

  # The url from where the 'config.vm.box' box will be fetched if it
  # doesn't already exist on the user's system
  config.vm.box_url = "<%= default_box_url %>"
  <% end -%>
end

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
vagrantup-0.6.3 templates/Vagrantfile.erb
vagrantup-0.6.2 templates/Vagrantfile.erb
vagrantup-0.6.1 templates/Vagrantfile.erb
vagrantup-0.6.0 templates/Vagrantfile.erb
vagrantup-0.5.4 templates/Vagrantfile.erb
vagrantup-0.5.3 templates/Vagrantfile.erb
vagrant-0.6.3 templates/Vagrantfile.erb
vagrant-0.6.2 templates/Vagrantfile.erb
vagrant-0.6.1 templates/Vagrantfile.erb
vagrant-0.6.0 templates/Vagrantfile.erb
vagrant-0.5.4 templates/Vagrantfile.erb
vagrant-0.5.3 templates/Vagrantfile.erb