Sha256: c7cd53b9b3db3f50b190cf9cffb15faf53d04c2e202ed0884b0e7d91f912f574

Contents?: true

Size: 429 Bytes

Versions: 21

Compression:

Stored size: 429 Bytes

Contents

%w( httpdispatcher consoledispatcher puppetdbdispatcher orchestratordispatcher).each do |lib|
  require "scooter/httpdispatchers/#{lib}"
end

module Scooter
  # This module is just the housing for the single dispatcher we have right now,
  # ConsoleDispatcher, but should eventually include other dispatchers for other
  # services that talk over http, such as the Puppet Server and PuppetDB.
  module HttpDispatchers
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
scooter-4.5.4 lib/scooter/httpdispatchers.rb
scooter-4.5.3 lib/scooter/httpdispatchers.rb
scooter-4.5.2 lib/scooter/httpdispatchers.rb
scooter-4.5.1 lib/scooter/httpdispatchers.rb
scooter-4.5.0 lib/scooter/httpdispatchers.rb
scooter-4.4.0 lib/scooter/httpdispatchers.rb
scooter-4.3.2 lib/scooter/httpdispatchers.rb
scooter-4.3.1 lib/scooter/httpdispatchers.rb
scooter-4.3.0 lib/scooter/httpdispatchers.rb
scooter-4.2.9 lib/scooter/httpdispatchers.rb
scooter-4.2.8 lib/scooter/httpdispatchers.rb
scooter-4.2.7 lib/scooter/httpdispatchers.rb
scooter-4.2.6 lib/scooter/httpdispatchers.rb
scooter-4.2.5 lib/scooter/httpdispatchers.rb
scooter-4.2.4 lib/scooter/httpdispatchers.rb
scooter-4.2.3 lib/scooter/httpdispatchers.rb
scooter-4.2.2 lib/scooter/httpdispatchers.rb
scooter-4.2.1 lib/scooter/httpdispatchers.rb
scooter-4.2.0 lib/scooter/httpdispatchers.rb
scooter-3.2.19 lib/scooter/httpdispatchers.rb