(build-ring-handler path settings jruby-service authorization-fn)Inputs: [path :- schema/Str settings :- ringutils/WhitelistSettings jruby-service :- (schema/protocol jruby-puppet/JRubyPuppetService) authorization-fn :- IFn] Returns: IFn
Returns the ring handler for the Puppet Admin API.
Inputs: [path :- schema/Str settings :- ringutils/WhitelistSettings jruby-service :- (schema/protocol jruby-puppet/JRubyPuppetService) authorization-fn :- IFn] Returns: IFn Returns the ring handler for the Puppet Admin API.
(config->puppet-admin-settings config)Inputs: [config] Returns: (schema/maybe PuppetAdminSettings)
Given the full Puppet Server config map, extract and return the Puppet Admin web service settings.
Inputs: [config] Returns: (schema/maybe PuppetAdminSettings) Given the full Puppet Server config map, extract and return the Puppet Admin web service settings.
(puppet-admin-settings->whitelist-settings admin-settings)Inputs: [admin-settings :- (schema/maybe PuppetAdminSettings)] Returns: ringutils/WhitelistSettings
Given the full Puppet Admin web service settings, extract and return the embedded client whitelist settings.
Inputs: [admin-settings :- (schema/maybe PuppetAdminSettings)] Returns: ringutils/WhitelistSettings Given the full Puppet Admin web service settings, extract and return the embedded client whitelist settings.
(v1-routes jruby-service)Routes for v1 of the Puppet Admin HTTP API.
Routes for v1 of the Puppet Admin HTTP API.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |