Skip to content

Commit

Permalink
Update key_storage_config type reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Joris29 committed Dec 5, 2023
1 parent 1e52cf3 commit 0cd3a0d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -815,9 +815,10 @@ Alias of

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

Expand Down

0 comments on commit 0cd3a0d

Please sign in to comment.