Sha256: 7a8a4cdfd93f5cf9a1f969bc666c2457e89028ce702cfd257b5811bba05a1873
Contents?: true
Size: 297 Bytes
Versions: 7
Compression:
Stored size: 297 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" end end end
Version data entries
7 entries across 7 versions & 1 rubygems