Sha256: 49b808fbb91655cc34cd969c5f12d9387a0e979d9af38699d431af95e87af0b2
Contents?: true
Size: 335 Bytes
Versions: 4
Compression:
Stored size: 335 Bytes
Contents
require 'vagrant' module Oscar class Plugin < Vagrant.plugin('2') name 'oscar' description <<-DESC Oscar is a set of Vagrant plugins and templates that build up a full Puppet Enterprise environment based on top of Vagrant. DESC command(:oscar) do require_relative 'command' Oscar::Command end end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
oscar-0.6.0 | lib/oscar/plugin.rb |
oscar-0.5.6 | lib/oscar/plugin.rb |
oscar-0.5.5 | lib/oscar/plugin.rb |
oscar-0.5.4 | lib/oscar/plugin.rb |