From f2810da6290d7836413c83ab970563970b11c137 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Mon, 11 Mar 2013 00:09:36 -0300 Subject: [PATCH] Add support for setting host name --- lib/vagrant-lxc/action.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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