From b54dcdc57b0e35ba360ffc7aeff824c4c4f1fb7c Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Sat, 30 Mar 2013 16:52:09 -0300 Subject: [PATCH] Remove commented out actions that we wont implement --- lib/vagrant-lxc/action.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/vagrant-lxc/action.rb b/lib/vagrant-lxc/action.rb index eda4bcd..85d42c7 100644 --- a/lib/vagrant-lxc/action.rb +++ b/lib/vagrant-lxc/action.rb @@ -58,7 +58,6 @@ module Vagrant b.use ShareFolders b.use Network b.use Vagrant::Action::Builtin::SetHostname - # b.use SaneDefaults # b.use Customize b.use ForwardPorts b.use Boot @@ -84,7 +83,6 @@ module Vagrant next end - # b3.use CheckAccessible b3.use Vagrant::Action::Builtin::Provision end end @@ -180,7 +178,6 @@ module Vagrant Vagrant::Action::Builder.new.tap do |b| # b.use CheckDependencies b.use CheckCreated - # b.use CheckAccessible b.use CheckRunning b.use Vagrant::Action::Builtin::SSHExec end @@ -191,7 +188,6 @@ module Vagrant Vagrant::Action::Builder.new.tap do |b| # b.use CheckDependencies b.use CheckCreated - # b.use CheckAccessible b.use CheckRunning b.use Vagrant::Action::Builtin::SSHRun end