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