Document replacement YAML structure

This commit is contained in:
Sven Seeberg 2021-05-29 20:11:35 +02:00
parent 6fc2456527
commit 89b78c1ef3
Signed by: sven.seeberg
GPG Key ID: 29559DD5A83806B5
1 changed files with 8 additions and 0 deletions

View File

@ -51,3 +51,11 @@ MIT
```
password={{ pillar['passbolt']['3ec2a739-8e51-4c67-89fb-4bbfe9147e17'] }}
```
# YAML Replacement Structure
If the Passbolt server is not available, for example during local development, file with the following format can replace the Python code mentioned in step 8:
```
passbolt:
3ec2a739-8e51-4c67-89fb-4bbfe9147e17: MY_SECRET
```