From 8ebc3652c32fe662fb19d20a8388449213aa1fd4 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Mon, 14 Oct 2024 16:20:04 +0200 Subject: [PATCH] Set merge behavior of ssh::server_instances to deep Thanks @C24-AK Fixes #393 --- data/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/common.yaml b/data/common.yaml index cf12c2cd..2c9556a4 100644 --- a/data/common.yaml +++ b/data/common.yaml @@ -12,6 +12,8 @@ lookup_options: merge: deep ssh::client::options: merge: deep + ssh::server_instances: + merge: deep ssh::server::sshd_dir: '/etc/ssh' ssh::server::sshd_config: '/etc/ssh/sshd_config'