aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-08-11 17:41:34 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-08-11 17:41:34 -0300
commitfd90a6415114cbd96adc6da71ab63b9c369b28f4 (patch)
tree866e0b28a177f8c2ea736656c30df3981f4684a0 /Vagrantfile
parent43816c7124d1e54987886bcbdfa39658ad47a8f8 (diff)
downloadpuppet-bootstrap-fd90a6415114cbd96adc6da71ab63b9c369b28f4.tar.gz
puppet-bootstrap-fd90a6415114cbd96adc6da71ab63b9c369b28f4.tar.bz2
Vagrant hostname
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile3
1 files changed, 3 insertions, 0 deletions
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"