From 6d2659b468bab2630b1498f2f3ae6942ebd87828 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 26 Apr 2017 10:30:11 -0600 Subject: [PATCH] Fix splay config template The splay option was added in I88f623c9e8db9ed4a186918206a63faec8f7f673 but was missing a trailing } which leads to parse errors. This fixes the parse errors. Change-Id: Ic5783220f5d027e0bde0080f50f9e10cbb68289f Closes-Bug: #1686455 --- .../boot-config/templates/fragments/os-collect-config.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hot/software-config/boot-config/templates/fragments/os-collect-config.conf b/hot/software-config/boot-config/templates/fragments/os-collect-config.conf index 3d90113b..3a9ab36f 100644 --- a/hot/software-config/boot-config/templates/fragments/os-collect-config.conf +++ b/hot/software-config/boot-config/templates/fragments/os-collect-config.conf @@ -17,7 +17,7 @@ collectors = {{.}} {{/collectors}} {{#splay}} splay = {{.}} -{{/splay} +{{/splay}} {{#cfn}} [cfn]