templates/commands/init/Vagrantfile.erb in vagrant-unbundled-1.9.5.1 vs templates/commands/init/Vagrantfile.erb in vagrant-unbundled-1.9.7.1
- old
+ new
@@ -9,11 +9,11 @@
# The most common configuration options are documented and commented below.
# For a complete reference, please see the online documentation at
# https://docs.vagrantup.com.
# Every Vagrant development environment requires a box. You can search for
- # boxes at https://atlas.hashicorp.com/search.
+ # boxes at https://vagrantcloud.com/search.
config.vm.box = "<%= box_name %>"
<% if box_version -%>
config.vm.box_version = "<%= box_version %>"
<% end -%>
@@ -66,16 +66,9 @@
# vb.memory = "1024"
# end
#
# View the documentation for the provider you are using for more
# information on available options.
-
- # Define a Vagrant Push strategy for pushing to Atlas. Other push strategies
- # such as FTP and Heroku are also available. See the documentation at
- # https://docs.vagrantup.com/v2/push/atlas.html for more information.
- # config.push.define "atlas" do |push|
- # push.app = "YOUR_ATLAS_USERNAME/YOUR_APPLICATION_NAME"
- # end
# Enable provisioning with a shell script. Additional provisioners such as
# Puppet, Chef, Ansible, Salt, and Docker are also available. Please see the
# documentation for more information about their specific syntax and use.
# config.vm.provision "shell", inline: <<-SHELL