From 5425b38083488cb17b0ead7b3feb6f447333d741 Mon Sep 17 00:00:00 2001 From: Matthew Hooker Date: Mon, 15 May 2017 11:52:25 -0700 Subject: [PATCH] docs: add line break --- website/source/docs/templates/engine.html.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/source/docs/templates/engine.html.md b/website/source/docs/templates/engine.html.md index 788e56584..b2b6abbce 100644 --- a/website/source/docs/templates/engine.html.md +++ b/website/source/docs/templates/engine.html.md @@ -16,9 +16,10 @@ parameter at runtime. For example, the `{{timestamp}}` function can be used in any string to generate the current timestamp. This is useful for configurations that require unique -keys, such as AMI names. By setting the AMI name to something like -`My Packer AMI {{timestamp}}`, the AMI name will be unique down to the second. -If you need greater than one second granularity, you should use `{{uuid}}`, for example when you have multiple builders in the same template. +keys, such as AMI names. By setting the AMI name to something like `My Packer +AMI {{timestamp}}`, the AMI name will be unique down to the second. If you +need greater than one second granularity, you should use `{{uuid}}`, for +example when you have multiple builders in the same template. In addition to globally available functions like `{{timestamp}}`, some configurations have special local variables that are available only for