From: Silvio Rhatto Date: Thu, 13 Aug 2015 14:01:50 +0000 (-0300) Subject: Vagrantfile: set fqdn X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=41c9d898a216a354a8889350140da0f23e018f48;p=puppet-bootstrap.git Vagrantfile: set fqdn --- diff --git a/Vagrantfile b/Vagrantfile index a8c4835..23755c9 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" + config.vm.hostname = "puppet-boostrap.example.org" # Shell provisioner to setup basic environment. config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision"