Sha256: 92107f6e127f0a920516baf1ee4141e59539b93dc1a0dd578cc7cbc56e3c9294
Contents?: true
Size: 503 Bytes
Versions: 6
Compression:
Stored size: 503 Bytes
Contents
require "vagrant" module Vagrant module LXC class Plugin < Vagrant.plugin("2") name "Linux Containers (LXC) provider" description <<-EOF The LXC provider allows Vagrant to manage and control LXC-based virtual machines. EOF provider(:lxc) do require File.expand_path("../provider", __FILE__) Provider end config(:lxc, :provider) do require File.expand_path("../config", __FILE__) Config end end end end
Version data entries
6 entries across 6 versions & 1 rubygems