Sha256: a29df890b7f634e510fa2774c0790a3f96824912be0cebeff3177f10313681f6

Contents?: true

Size: 512 Bytes

Versions: 2

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

2 entries across 2 versions & 2 rubygems

Version Path
vagrantup-0.5.2 templates/Vagrantfile.erb
vagrant-0.5.2 templates/Vagrantfile.erb