Sha256: 7eb152473438ad362057f32777db0d194a339818c4912de4f8695fbe859bde0b

Contents?: true

Size: 307 Bytes

Versions: 3

Compression:

Stored size: 307 Bytes

Contents

module VagrantPlugins
module CORL
module Action
class IncludeOverrides < BaseAction

  def call(env)
    super do
      # Ignore Vagrant key generation (we handle our own keys)
      #load File.join(File.dirname(__FILE__), '..', '..', 'mod', 'vagrant.rb')
      @app.call env
    end
  end
end
end
end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
corl-0.5.9 lib/core/vagrant/actions/include_overrides.rb
corl-0.5.8 lib/core/vagrant/actions/include_overrides.rb
corl-0.5.7 lib/core/vagrant/actions/include_overrides.rb