Sha256: 78b44e866bbee5a79f9ca3ecb8ac225d3350f29ab7a8b6cf1f4fc6b778890fc4

Contents?: true

Size: 308 Bytes

Versions: 2

Compression:

Stored size: 308 Bytes

Contents

require "vagrant-lxc/version"
require "vagrant-lxc/plugin"

module Vagrant
  module LXC
    def self.source_root
      @source_root ||= Pathname.new(File.dirname(__FILE__)).join('..').expand_path
    end

    def self.sudo_wrapper_path
      "/usr/local/bin/vagrant-lxc-wrapper-#{VERSION}"
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
vagrant-lxc-1.0.0.alpha.3 lib/vagrant-lxc.rb
vagrant-lxc-1.0.0.alpha.2 lib/vagrant-lxc.rb