aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-13 19:09:08 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-13 19:09:08 -0300
commit328873a6b97d69d2698307ddceb27ddf66896664 (patch)
treecb75dd07a42160cf9166789b96cac766c2d5bab9 /Vagrantfile
parent41c9d898a216a354a8889350140da0f23e018f48 (diff)
downloadpuppet-bootstrap-328873a6b97d69d2698307ddceb27ddf66896664.tar.gz
puppet-bootstrap-328873a6b97d69d2698307ddceb27ddf66896664.tar.bz2
Fix default hostname
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 23755c9..19cf39d 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-boostrap.example.org"
+ config.vm.hostname = "puppet-bootstrap.example.org"
# Shell provisioner to setup basic environment.
config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision"