Sha256: 879af37664e5f4abba20880a76b6e4eb164b12a8e79a65ea47a93871ce9efe3f
Contents?: true
Size: 381 Bytes
Versions: 8
Compression:
Stored size: 381 Bytes
Contents
require 'hiera/backend/eyaml/utils' require 'hiera/backend/eyaml/options' class Hiera module Backend module Eyaml module Actions class CreatekeysAction def self.execute encryptor = Encryptor.find Eyaml.default_encryption_scheme encryptor.create_keys nil end end end end end end
Version data entries
8 entries across 8 versions & 1 rubygems