Sha256: 15290843db18d6eff261483e19fa2d362b0ba88d9b7f0b6f5ca73fa0dd152d64
Contents?: true
Size: 290 Bytes
Versions: 19
Compression:
Stored size: 290 Bytes
Contents
require "vagrant" module VagrantPlugins module HostFreeBSD class Plugin < Vagrant.plugin("2") name "FreeBSD host" description "FreeBSD host support." host("freebsd") do require File.expand_path("../host", __FILE__) Host end end end end
Version data entries
19 entries across 19 versions & 6 rubygems