From c09f1d0cde57a451fac3dce8cfe10c2c748aacf9 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Thu, 6 Apr 2017 15:21:36 -0600 Subject: [PATCH] Add splay option Add the ability to configure the splay option that was recently added to os-collect-config. Change-Id: I88f623c9e8db9ed4a186918206a63faec8f7f673 Related-Bug: #1677314 --- .../boot-config/templates/fragments/os-collect-config.conf | 3 +++ 1 file changed, 3 insertions(+) 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 95b47858..3d90113b 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 @@ -15,6 +15,9 @@ cachedir = {{cachedir}} {{#collectors}} collectors = {{.}} {{/collectors}} +{{#splay}} +splay = {{.}} +{{/splay} {{#cfn}} [cfn]