13
1
Fork 0
mirror of https://github.com/netzbegruenung/passbolt-salt synced 2024-05-04 13:23:40 +02:00

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

View file

@ -51,3 +51,11 @@ MIT
``` ```
password={{ pillar['passbolt']['3ec2a739-8e51-4c67-89fb-4bbfe9147e17'] }} 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
```