class Hiera
module Backend
module Eyaml
VERSION = "3.2.2"
DESCRIPTION = "Hiera-eyaml is a backend for Hiera which provides OpenSSL encryption/decryption for Hiera properties"
class RecoverableError < StandardError
end
def self.subcommand= command
@@subcommand = command
end
def self.subcommand
@@subcommand
end
def self.default_encryption_scheme= new_encryption
@@default_encryption_scheme = new_encryption
end
def self.default_encryption_scheme
@@default_encryption_scheme ||= "PKCS7"
@@default_encryption_scheme
end
def self.verbosity_level= new_verbosity_level
@@debug_level = new_verbosity_level
end
def self.verbosity_level
@@debug_level ||= 1
@@debug_level
end
def self.subcommands= commands
@@subcommands = commands
end
def self.subcommands
@@subcommands
end
end
end
end
Anons79 File Manager Version 1.0, Coded By Anons79
Email: [email protected]