From 11ee1c75f0f270f94487d60ae77d36cd9c0480d1 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 20 Dec 2023 21:27:42 +0100 Subject: [PATCH] fix: ssh top files missing list type matcher --- salt/ssh/configure.top | 1 + salt/ssh/init.top | 1 + 2 files changed, 2 insertions(+) diff --git a/salt/ssh/configure.top b/salt/ssh/configure.top index a525310..fd9cd78 100644 --- a/salt/ssh/configure.top +++ b/salt/ssh/configure.top @@ -6,4 +6,5 @@ SPDX-License-Identifier: AGPL-3.0-or-later base: 'ssh,dvm-ssh': + - match: list - ssh.configure diff --git a/salt/ssh/init.top b/salt/ssh/init.top index 0b241ad..e05e7c2 100644 --- a/salt/ssh/init.top +++ b/salt/ssh/init.top @@ -11,4 +11,5 @@ base: 'tpl-ssh': - ssh.install 'dvm-ssh,ssh': + - match: list - ssh.configure