Sha256: a9c60c6de6ba890c184d08a362551cb7045aba49a782efab6b879919467d9ff1
Contents?: true
Size: 515 Bytes
Versions: 40
Compression:
Stored size: 515 Bytes
Contents
require 'puppet/indirector/face' Puppet::Indirector::Face.define(:key, '0.0.1') do copyright "Puppet Inc.", 2011 license "Apache 2 license; see COPYING" summary "Create, save, and remove certificate keys." description <<-'EOT' This subcommand manages certificate private keys. Keys are created automatically by puppet agent and when certificate requests are generated with 'puppet certificate generate'; it should not be necessary to use this subcommand directly. EOT deprecate end
Version data entries
40 entries across 40 versions & 2 rubygems