diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2015-08-11 17:41:34 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2015-08-11 17:41:34 -0300 |
commit | fd90a6415114cbd96adc6da71ab63b9c369b28f4 (patch) | |
tree | 866e0b28a177f8c2ea736656c30df3981f4684a0 /Vagrantfile | |
parent | 43816c7124d1e54987886bcbdfa39658ad47a8f8 (diff) | |
download | puppet-bootstrap-fd90a6415114cbd96adc6da71ab63b9c369b28f4.tar.gz puppet-bootstrap-fd90a6415114cbd96adc6da71ab63b9c369b28f4.tar.bz2 |
Vagrant hostname
Diffstat (limited to 'Vagrantfile')
-rw-r--r-- | Vagrantfile | 3 |
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" |