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

Version Path
hiera-eyaml-1.3.8 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.7 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.6 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.5 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.4 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.3 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.2 lib/hiera/backend/eyaml/actions/createkeys_action.rb
hiera-eyaml-1.3.1 lib/hiera/backend/eyaml/actions/createkeys_action.rb