Hi all,

I just ran into an issue with the firewall module
https://tickets.puppetlabs.com/browse/MODULES-3066

It looks like I'm not the first user of this module to be surprised to 
discover that it can't do this:

firewall { '100 allow http and https access':

  source => [

    '1.1.1.1/24',

    '1.1.2.1/24',

  ],

  dport  => [80, 443],

  proto  => tcp,

  action => accept,

}

Apparently there is a long history of people having a go at adding this 
feature and then giving up.

Well, I am that sort of person who doesn't feel comfortable in a world 
where the above declaration is impossible, therefore will volunteer to add 
the feature.

Can I get some feedback at this early stage that my PR would be accepted, 
assuming I can come up with a clean, working solution?

Thanks,
Alex

-- 
Alex Harvey
RAZOR Consulting

http://razorconsulting.com.au
T: +61 409 665 227

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to puppet-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/puppet-users/53fade30-3719-4812-aeb4-73161bcd6bcb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to