Remove unused constant
This commit is contained in:
parent
844e6d3463
commit
c7c54457ce
1 changed files with 0 additions and 3 deletions
|
@ -12,9 +12,6 @@ module Vagrant
|
||||||
# Root folder where containers are stored
|
# Root folder where containers are stored
|
||||||
CONTAINERS_PATH = '/var/lib/lxc'
|
CONTAINERS_PATH = '/var/lib/lxc'
|
||||||
|
|
||||||
# Default LXC configs
|
|
||||||
LXC_DEFAULTS_PATH = '/etc/default/lxc'
|
|
||||||
|
|
||||||
# Include this so we can use `Subprocess` more easily.
|
# Include this so we can use `Subprocess` more easily.
|
||||||
include Vagrant::Util::Retryable
|
include Vagrant::Util::Retryable
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue