module Puppet::Network::Authorization
Public Class Methods
authconfigloader_class=(klass)
click to toggle source
This method is deprecated and will be removed in a future release.
# File lib/puppet/network/authorization.rb 5 def authconfigloader_class=(klass) 6 @authconfigloader_class = klass 7 end