voxpupuli/puppet_webhook

View on GitHub
lib/puppet_webhook/orchestrators.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require_relative 'orchestrators/mcollective'

module PuppetWebhook
  # Parent class to contain the PuppetWebhook Orchestrators.
  #
  class Orchestrators; end
end