Class: Hiera::Backend::Eyaml::Actions::CreatekeysAction

Inherits:
Object
  • Object
show all
Defined in:
lib/hiera/backend/eyaml/actions/createkeys_action.rb

Class Method Summary collapse

Class Method Details

.executeObject



11
12
13
14
15
16
17
# File 'lib/hiera/backend/eyaml/actions/createkeys_action.rb', line 11

def self.execute

  encryptor = Encryptor.find Eyaml.default_encryption_scheme
  encryptor.create_keys
  nil

end