class Hiera::Backend::Eyaml::Subcommands::Createkeys
Public Class Methods
Source
# File lib/hiera/backend/eyaml/subcommands/createkeys.rb, line 12 def self.description 'create a set of keys with which to encrypt/decrypt eyaml data' end
Source
# File lib/hiera/backend/eyaml/subcommands/createkeys.rb, line 16 def self.execute encryptor = Encryptor.find Eyaml.default_encryption_scheme encryptor.create_keys nil end
Source
# File lib/hiera/backend/eyaml/subcommands/createkeys.rb, line 8 def self.options [] end