projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
521e9e3
)
Make portforward fact not break due to no config
author
Peter Palfrader
<peter@palfrader.org>
Sat, 25 Oct 2014 14:33:59 +0000
(14:33 +0000)
committer
Peter Palfrader
<peter@palfrader.org>
Sat, 25 Oct 2014 14:33:59 +0000
(14:33 +0000)
modules/portforwarder/misc/config.yaml
patch
|
blob
|
history
diff --git
a/modules/portforwarder/misc/config.yaml
b/modules/portforwarder/misc/config.yaml
index
b737bc9
..
c406e5a
100644
(file)
--- 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