]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Vagrantfile: set fqdn
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Aug 2015 14:01:50 +0000 (11:01 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 13 Aug 2015 14:01:50 +0000 (11:01 -0300)
Vagrantfile

index a8c4835072faaf971b95940f1cdb9fd96d50451c..23755c993a2a778943247ab5df566581c897bd31 100644 (file)
@@ -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"