From 328873a6b97d69d2698307ddceb27ddf66896664 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 13 Aug 2015 19:09:08 -0300 Subject: Fix default hostname --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Vagrantfile') 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" -- cgit v1.2.3