diff options
Diffstat (limited to 'manifests/rules/jetty/http.pp')
| -rw-r--r-- | manifests/rules/jetty/http.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/manifests/rules/jetty/http.pp b/manifests/rules/jetty/http.pp index be19622..4c0652b 100644 --- a/manifests/rules/jetty/http.pp +++ b/manifests/rules/jetty/http.pp @@ -2,7 +2,7 @@ class shorewall::rules::jetty::http {      # dnat      shorewall::rule {          'dnat-http-to-jetty': -            destination     =>      "net:${ipaddress}:8080", +            destination     =>      "net:${::ipaddress}:8080",              destinationport =>      '80',              source          =>      'net', proto => 'tcp', order => 140, action => 'DNAT';      } | 
