From 7ef63ad072b5dd1852f463039462a4f2e5b2019f Mon Sep 17 00:00:00 2001 From: Anders Ingemann Date: Wed, 26 Feb 2014 18:25:15 +0100 Subject: [PATCH] Set hostname to localhost in vagrant manifest --- manifests/virtualbox-vagrant.manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/virtualbox-vagrant.manifest.json b/manifests/virtualbox-vagrant.manifest.json index 9842757..7359103 100644 --- a/manifests/virtualbox-vagrant.manifest.json +++ b/manifests/virtualbox-vagrant.manifest.json @@ -33,6 +33,8 @@ } }, "plugins": { - "vagrant": {} + "vagrant": { + "hostname": "localhost" + } } }