Project

General

Profile

« Previous | Next » 

Revision e3256834

Added by Julian Todt almost 6 years ago

Fixes #23799 - Refactor: Make PuppetCa pluggable

View differences:

modules/puppetca/puppetca_plugin.rb
http_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
https_rackup_path File.expand_path("http_config.ru", File.expand_path("../", __FILE__))
default_settings :ssldir => '/var/lib/puppet/ssl', :autosignfile => '/etc/puppet/autosign.conf'
default_settings :ssldir => '/var/lib/puppet/ssl'
uses_provider
default_settings :use_provider => 'puppetca_hostname_whitelisting'
load_classes ::Proxy::PuppetCa::PluginConfiguration
load_dependency_injection_wirings ::Proxy::PuppetCa::PluginConfiguration
plugin :puppetca, ::Proxy::VERSION
end
end

Also available in: Unified diff