puppetlabs / puppetlabs-firewall

Puppet Firewall Module
http://forge.puppetlabs.com/puppetlabs/firewall
Apache License 2.0
269 stars 455 forks source link

Single element ipset array should be in sync with its string equivalent #1208

Open 2fa opened 3 months ago

2fa commented 3 months ago

Summary

Currently if you have a single value ipset parameter it will always be trying to correct itself on every puppet run.

Additional info

I tried to create proper acceptance test for this case but it requires installed ipset package with created ipsets for testing so i decided not to do it.

Checklist