Setting hostname with config.vm.hostname.

This commit is contained in:
pradels 2013-05-10 14:50:15 +02:00
parent 5dea377677
commit 711b103ed4

View File

@ -24,6 +24,7 @@ module VagrantPlugins
b2.use TimedProvision
b2.use CreateNetworks
b2.use CreateNetworkInterfaces
b2.use SetHostname
b2.use StartDomain
b2.use WaitTillUp
b2.use SyncFolders