Hi,
So... no answers... bug report filed! :-)
https://tickets.puppetlabs.com/browse/MODULES-2376
Matthias
On Mon, 3 Aug 2015 13:26:07 +0200
Matthias Saou wrote:
> Hi,
>
> I had this applied to my nodes :
>
> firewall { "${prenumber}7 portknock let connections through":
> action => '
Hi,
I had this applied to my nodes :
firewall { "${prenumber}7 portknock let connections through":
action => 'accept',
chain=> 'INPUT',
dport=> $dports,
proto=> 'tcp',
recent => 'rcheck',
rname=> "${prefix}_heaven",
rseconds => $seconds,
}
With