7 lines
94 B
Ruby
7 lines
94 B
Ruby
|
module Vagrant
|
||
|
module LXC
|
||
|
class Config < Vagrant.plugin("2", :config)
|
||
|
end
|
||
|
end
|
||
|
end
|