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