From 116bde9655ebc70d498dce331e1d986e12b4f4a0 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Wed, 10 Apr 2013 00:09:45 -0300 Subject: [PATCH] Remove commented out actions that we wont implement --- lib/vagrant-lxc/action.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index e5a3cb8..4cdb452 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -45,10 +45,8 @@ module Vagrant b.use Vagrant::Action::Builtin::Provision b.use Vagrant::Action::Builtin::EnvSet, :port_collision_repair => true # b.use PrepareForwardedPortCollisionParams - # b.use ClearSharedFolders b.use ShareFolders b.use Vagrant::Action::Builtin::SetHostname - # b.use Customize b.use ForwardPorts b.use Boot end