Add support for setting host name
This commit is contained in:
parent
270cbd8a51
commit
f2810da629
1 changed files with 1 additions and 1 deletions
|
@ -52,6 +52,7 @@ module Vagrant
|
||||||
b.use ShareFolders
|
b.use ShareFolders
|
||||||
b.use Network
|
b.use Network
|
||||||
# b.use ForwardPorts
|
# b.use ForwardPorts
|
||||||
|
b.use Vagrant::Action::Builtin::SetHostname
|
||||||
# b.use SaneDefaults
|
# b.use SaneDefaults
|
||||||
# b.use Customize
|
# b.use Customize
|
||||||
b.use Boot
|
b.use Boot
|
||||||
|
@ -112,7 +113,6 @@ module Vagrant
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
b.use action_start
|
b.use action_start
|
||||||
# b.use Vagrant::Action::Builtin::SetHostname
|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue