From fd90a6415114cbd96adc6da71ab63b9c369b28f4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Tue, 11 Aug 2015 17:41:34 -0300 Subject: Vagrant hostname --- Vagrantfile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Vagrantfile') diff --git a/Vagrantfile b/Vagrantfile index 87e46e5..a8c4835 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -5,6 +5,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # Every Vagrant virtual environment requires a box to build off of. config.vm.box = "jessie" + # Hostname + config.vm.hostname = "puppet-boostrap" + # Shell provisioner to setup basic environment. config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision" -- cgit v1.2.3