Sha256: d12333120f72de3492663ce4f060639d4024638347ccd16313532089d908651c
Contents?: true
Size: 444 Bytes
Versions: 1
Compression:
Stored size: 444 Bytes
Contents
require 'vagrant' 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vagrant-opsworks-0.3.1 | lib/vagrant-opsworks.rb |