From 89b78c1ef37a295c027b09795be9ca0d47555297 Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Sat, 29 May 2021 20:11:35 +0200 Subject: [PATCH] Document replacement YAML structure --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 1c5a56f..131f11e 100644 --- a/README.md +++ b/README.md @@ -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 +```