Puppet Data Type Alias: Rundeck::Key_storage_config

Defined in:
types/key_storage_config.pp

Overview

Rundeck key storage config type.

Alias of

Array[Struct[{
      'type'                       => String,
      'path'                       => String,
      Optional['removePathPrefix'] => Boolean,
      Optional['config']           => Hash,
  }]]


# File 'types/key_storage_config.pp', line 2