]> gitweb.fluxo.info Git - puppet-bootstrap.git/commitdiff
Rename default box
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 31 May 2016 18:07:42 +0000 (15:07 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 31 May 2016 18:07:42 +0000 (15:07 -0300)
Vagrantfile
config/node/box.example.org.yaml [moved from config/node/puppet-bootstrap.example.org.yaml with 100% similarity]

index 9c85f999f370ac4d144bdc1490c10f839eb97d49..a96d40cb85e17b50451cac02a3322f5f80530c75 100644 (file)
@@ -6,7 +6,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
   config.vm.box = "jessie"
 
   # Hostname
-  config.vm.hostname = "puppet-bootstrap.example.org"
+  config.vm.hostname = "box.example.org"
 
   # Shell provisioner to setup basic environment.
   config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision"