Skip to content

Commit

Permalink
Refs #30856 - Fix class loading
Browse files Browse the repository at this point in the history
025c1f3 removed this require, but that
file also contains the V3EnvironmentClassesApiClassesRetriever class
which is still used. This is a case of a bad rebase from my side.
  • Loading branch information
ekohl authored and tbrisker committed Sep 17, 2020
1 parent 025c1f3 commit 774fb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/puppet_proxy_puppet_api/plugin_configuration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def load_classes
require 'puppet_proxy_common/api_request'
require 'puppet_proxy_puppet_api/v3_api_request'
require 'puppet_proxy_puppet_api/v3_environments_retriever'
require 'puppet_proxy_puppet_api/v3_environment_classes_api_classes_retriever'
end

def load_dependency_injection_wirings(container_instance, settings)
Expand Down

0 comments on commit 774fb1d

Please sign in to comment.