Sha256: 146600734f1768e1989a2d9738a49d68955d57ac9a1624c06bbb0cca6856dc27
Contents?: true
Size: 286 Bytes
Versions: 19
Compression:
Stored size: 286 Bytes
Contents
require "vagrant" module VagrantPlugins module HostGentoo class Plugin < Vagrant.plugin("2") name "Gentoo host" description "Gentoo host support." host("gentoo") do require File.expand_path("../host", __FILE__) Host end end end end
Version data entries
19 entries across 19 versions & 6 rubygems