From 24a78355921ee3a3a2f7b9562aba0a7ff2a41011 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sat, 25 Oct 2014 14:33:59 +0000 Subject: [PATCH] Make portforward fact not break due to no config --- modules/portforwarder/misc/config.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modules/portforwarder/misc/config.yaml b/modules/portforwarder/misc/config.yaml index b737bc952..c406e5a10 100644 --- a/modules/portforwarder/misc/config.yaml +++ b/modules/portforwarder/misc/config.yaml @@ -12,3 +12,8 @@ # target_port: 5433 # ssh_options: -oAddressFamily=inet +dummy: + - source_bind_port: 15433 + target_host: dummy2 + target_port: 5433 + ssh_options: -oAddressFamily=inet -- 2.20.1