Sha256: 66334ada90f4409e09fa13016197c8a881d8298f28f4d4f0b59f586058d1ee7e

Contents?: true

Size: 540 Bytes

Versions: 3

Compression:

Stored size: 540 Bytes

Contents

begin
  require 'vagrant'
rescue LoadError
  raise 'The Vagrant OpsWorks plugin must be run within Vagrant.'
end

require 'berkshelf-monkey-patch'

I18n.load_path << File.expand_path('../../locales/en.yml', __FILE__)

require 'vagrant-opsworks/version'
require 'vagrant-opsworks/config'
require 'vagrant-opsworks/errors'
require 'vagrant-opsworks/plugin'

module VagrantPlugins
  module OpsWorks
    class << self
      def source_root
        @source_root ||= Pathname.new(File.expand_path('../../', __FILE__))
      end
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vagrant-opsworks-0.1.0 lib/vagrant-opsworks.rb
vagrant-opsworks-0.0.8 lib/vagrant-opsworks.rb
vagrant-opsworks-0.0.5 lib/vagrant-opsworks.rb