aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2016-05-31 15:07:42 -0300
committerSilvio Rhatto <rhatto@riseup.net>2016-05-31 15:07:42 -0300
commitafa676d3d97f0ac5a260e6ede1c933352a251ab7 (patch)
tree1bac542e2eab49770bcfe0096524edf1fe60ff12 /Vagrantfile
parent58b18e511ff149bbdfa28b5d0f8f23840473b325 (diff)
downloadpuppet-bootstrap-afa676d3d97f0ac5a260e6ede1c933352a251ab7.tar.gz
puppet-bootstrap-afa676d3d97f0ac5a260e6ede1c933352a251ab7.tar.bz2
Rename default box
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 9c85f99..a96d40c 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -6,7 +6,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = "jessie"
# Hostname
- config.vm.hostname = "puppet-bootstrap.example.org"
+ config.vm.hostname = "box.example.org"
# Shell provisioner to setup basic environment.
config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision"