Sha256: 116ef0c2a7856cf5a78dbf3647fb55c81bd0d9d24367db4abf8a4bfeb96068a1

Contents?: true

Size: 341 Bytes

Versions: 1

Compression:

Stored size: 341 Bytes

Contents

module VagrantPlugins
  module Coral
    class Plugin < Vagrant.plugin('2')
      name 'coral plugins'
      description 'The `coral` plugin provides an easy way to manage and sync coral clusters locally and on the cloud from within Vagrant.'

      command('coral') do
        Coral::Vagrant::Command::CoralBase
      end
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
coral_vagrant-0.2.2 lib/plugin.rb