module Vagrant::LXC

Constants

VERSION

Public Class Methods

source_root() click to toggle source
# File lib/vagrant-lxc.rb, line 6
def self.source_root
  @source_root ||= Pathname.new(File.dirname(__FILE__)).join('..').expand_path
end
sudo_wrapper_path() click to toggle source
# File lib/vagrant-lxc.rb, line 10
def self.sudo_wrapper_path
  #"/usr/local/bin/vagrant-lxc-wrapper"
  "/usr/share/vagrant/gems/gems/vagrant-lxc-1.1.0/scripts/vagrant-lxc-wrapper"
end