From 5c90dbfaeeb5d8164de02049fd9d3428d0eda8e8 Mon Sep 17 00:00:00 2001 From: "S. Mannem" Date: Mon, 22 May 2017 15:43:03 +0200 Subject: [PATCH] Exporting and importing ssh known hosts the proper way --- manifests/ssh.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/ssh.pp b/manifests/ssh.pp index 341dd72..742f2e9 100644 --- a/manifests/ssh.pp +++ b/manifests/ssh.pp @@ -19,7 +19,7 @@ Ssh_authorized_key <<| tag == $facts['pure_cloud_clusterdns'] |>> class { 'pure_postgres::ssh': - tags => [ $facts['pure_cloud_clusterdns'], "barman:${pure_repmgr::barman_server}" ], + tags => [ $facts['pure_cloud_clusterdns'], $pure_repmgr::barman_server ], } }