Sha256: c59fb5b947d0b78d34696a2e77de6e46cc0c32a9d9c19969114a356fae49fc4e
Contents?: true
Size: 359 Bytes
Versions: 43
Compression:
Stored size: 359 Bytes
Contents
require 'puppet/application/indirection_base' class Puppet::Application::Certificate < Puppet::Application::IndirectionBase def setup location = Puppet::SSL::Host.ca_location if location == :local && !Puppet::SSL::CertificateAuthority.ca? self.class.run_mode("master") self.set_run_mode self.class.run_mode end super end end
Version data entries
43 entries across 43 versions & 4 rubygems