From: Silvio Rhatto Date: Tue, 11 Aug 2015 20:41:34 +0000 (-0300) Subject: Vagrant hostname X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=fd90a6415114cbd96adc6da71ab63b9c369b28f4;p=puppet-bootstrap.git Vagrant hostname --- 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"