Alexander Ivanes

Results 10 comments of Alexander Ivanes

I'm not the author of the module, just a contributor, but thank you. I recently too upgraded from 3.3.0 and found a lot of problems with the latest version. I...

> > > ```shell > > > puppet generate types --environment > > > ``` > > > > > > > > > > > > > > >...

Okay, so i think this problem is not with this module in particular but is related to puppetserver itself or puppet-resource_api which new version is based on. ``` Notice: /File[/opt/puppetlabs/puppet/cache/lib/puppet/type/firewallchain.rb]/content:...

> @2fa FYI the "\w" already contains underscores, so as a workaround one can change - with _ in existing ipsets. > > This fix would still be great if...

What about variables manipulations inside the string? Simple example: ```ruby $foo = 25 $bar = "${foo}" # 25 $baz = "${$foo}" # 25 $qux = "${$foo + 200}" # 225...

@corporate-gadfly your reproduction steps looks very similar to this problem so i would assume that it is related, yes. They've merged it an hour ago so it should be fixed...

@corporate-gadfly do you have rules in table before that that contains `*` symbol anywhere? You can check `iptables-save` output to be sure. And also you can check if that chains...

@corporate-gadfly Looks like my fix works in a non nf_tables version of iptables. `iptables-save` doesn't output empty tables at all in a new version. Great stuff 😃 I will reopen...