From 57b81654f7cae989d8dcacf1e87901e041744b19 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 22 May 2018 13:22:17 -0600 Subject: [PATCH] Fix known hosts config script value There was an extra | that was missed. It's not tested in Master but is in <= Queens. Change-Id: If7a4c6f3581bed270f478b98b8da8fe010acbbc1 Closes-Bug: #1772071 --- extraconfig/tasks/ssh/known_hosts_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extraconfig/tasks/ssh/known_hosts_config.yaml b/extraconfig/tasks/ssh/known_hosts_config.yaml index 9f027f4a30..ff09e3f359 100644 --- a/extraconfig/tasks/ssh/known_hosts_config.yaml +++ b/extraconfig/tasks/ssh/known_hosts_config.yaml @@ -11,7 +11,7 @@ resources: type: OS::Heat::SoftwareConfig properties: group: script - config: | + config: str_replace: params: KNOWN_HOSTS: {get_param: known_hosts}