mirror of
https://github.com/kevingruesser/bootstrap-vz.git
synced 2025-08-24 07:26:29 +00:00
Set hostname to localhost in vagrant manifest
This commit is contained in:
parent
c813dfaffa
commit
7ef63ad072
1 changed files with 3 additions and 1 deletions
|
@ -33,6 +33,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"vagrant": {}
|
"vagrant": {
|
||||||
|
"hostname": "localhost"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue