class firewall::virtual::yacy($destination, $zone = 'fw') { shorewall::rule { 'yacy-0': action => 'DNAT', source => 'net', destination => "$zone:$destination:8090", proto => 'tcp', destinationport => '8090', ratelimit => '-', order => 2500, } }