class PulpProxy::Settings

Public Class Methods

settings() click to toggle source
# File lib/smart_proxy_pulp_plugin/settings.rb, line 7
def self.settings 
  # work around until pulp node settings are no longer needed by foreman proxy, as pulp nodes have been removed
  ::PulpProxy::Plugin.settings.pulp_url ? ::PulpProxy::Plugin.settings : ::PulpNodeProxy::Plugin.settings
end