Set hostname to localhost in vagrant manifest

This commit is contained in:
Anders Ingemann 2014-02-26 18:25:15 +01:00
parent c813dfaffa
commit 7ef63ad072

View file

@ -33,6 +33,8 @@
}
},
"plugins": {
"vagrant": {}
"vagrant": {
"hostname": "localhost"
}
}
}