diff --git a/lib/vagrant-lxc/container.rb b/lib/vagrant-lxc/container.rb index 0d203db..81639f0 100644 --- a/lib/vagrant-lxc/container.rb +++ b/lib/vagrant-lxc/container.rb @@ -12,9 +12,6 @@ module Vagrant # Root folder where containers are stored CONTAINERS_PATH = '/var/lib/lxc' - # Default LXC configs - LXC_DEFAULTS_PATH = '/etc/default/lxc' - # Include this so we can use `Subprocess` more easily. include Vagrant::Util::Retryable