From 0eae6233fe4fe14f0366d23c90765998a138e256 Mon Sep 17 00:00:00 2001 From: Kristian Hunt Date: Mon, 21 Sep 2015 12:21:49 +0200 Subject: Add missing YAML document start boundaries This patch adds YAML document start boundaries (YAML spec 4.3.2) to samples, where the boundaries are missing. JIRA: - Change-Id: I6e67d4d73a449ad901392c017220a61f642716ac Signed-off-by: Kristian Hunt --- samples/ping-template.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'samples/ping-template.yaml') diff --git a/samples/ping-template.yaml b/samples/ping-template.yaml index cde6ddd7c..cfc79206a 100644 --- a/samples/ping-template.yaml +++ b/samples/ping-template.yaml @@ -1,3 +1,4 @@ +--- # Sample benchmark task config file # measure network latency using ping # Jinja2 Syntax is supported -- cgit 1.2.3-korg