Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/guide/3.1/guide-blueprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ node_types:

Also, two points are worth mentioning regarding the scripts:

1. Should be written in an idempotent manner. As is it possible they will be executed several times per execution, on account of retires due to failures.
1. Should be written in an idempotent manner. As is it possible they will be executed several times per execution, on account of retries due to failures.
2. Should be synchronous and wait for processes to start before existing. For example in the *start-mongo.sh* script we wait for mongo to run:

{%highlight yaml%}
Expand Down