diff options
-rw-r--r-- | Vagrantfile | 2 | ||||
-rw-r--r-- | config/node/box.example.org.yaml (renamed from config/node/puppet-bootstrap.example.org.yaml) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile index 9c85f99..a96d40c 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-bootstrap.example.org" + config.vm.hostname = "box.example.org" # Shell provisioner to setup basic environment. config.vm.provision :shell, :inline => "/vagrant/puppet/bin/provision" diff --git a/config/node/puppet-bootstrap.example.org.yaml b/config/node/box.example.org.yaml index 6197409..6197409 100644 --- a/config/node/puppet-bootstrap.example.org.yaml +++ b/config/node/box.example.org.yaml |