From: Peter Palfrader Date: Sat, 25 Oct 2014 14:33:59 +0000 (+0000) Subject: Make portforward fact not break due to no config X-Git-Url: https://git.donarmstrong.com/?p=dsa-puppet.git;a=commitdiff_plain;h=24a78355921ee3a3a2f7b9562aba0a7ff2a41011 Make portforward fact not break due to no config --- diff --git a/modules/portforwarder/misc/config.yaml b/modules/portforwarder/misc/config.yaml index b737bc95..c406e5a1 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