diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index 3127512..6e35961 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -52,6 +52,7 @@ module Vagrant b.use ShareFolders b.use Network # b.use ForwardPorts + b.use Vagrant::Action::Builtin::SetHostname # b.use SaneDefaults # b.use Customize b.use Boot @@ -112,7 +113,6 @@ module Vagrant end end b.use action_start - # b.use Vagrant::Action::Builtin::SetHostname end end