class Key::DisabledCa

Public Class Methods

new() click to toggle source
# File lib/puppet/indirector/key/disabled_ca.rb, line 9
def initialize
  @file = Puppet::SSL::Key.indirection.terminus(:file)
end