Sha256: aff1a0e65d1b0106d270e5f960f59c07b98340321e85a63d75479f7560c90ac9
Contents?: true
Size: 315 Bytes
Versions: 6
Compression:
Stored size: 315 Bytes
Contents
require "vagrant" module VagrantPlugins module HostSlackware class Plugin < Vagrant.plugin("2") name "Slackware host" description "Slackware and derivertives host support." host("slackware") do require File.expand_path("../host", __FILE__) Host end end end end
Version data entries
6 entries across 6 versions & 2 rubygems