Issue #3100 has been updated by James Turnbull.

Status changed from Accepted to Closed
Affected Puppet version deleted (0.25.4rc1)

Delivered as https://github.com/puppetlabs/puppetlabs-firewall and 
http://forge.puppetlabs.com/puppetlabs/firewall.
----------------------------------------
Feature #3100: Generic firewall type
https://projects.puppetlabs.com/issues/3100#change-54767

Author: Cristian Măgherușan-Stanciu
Status: Closed
Priority: Low
Assignee: 
Category: newfeature
Target version: 
Affected Puppet version: 
Keywords: firewall mission_impossible
Branch: 


It would be nice to have a firewall type with a set of rules working on all the 
supported systems. It should be able to detect if iptables, PF, IPFW, IPF and 
so on are running on the machine and be able to configure it.
The supported operations should be simple at first, with no fancy stuff 
included, but should allow extensions for the future. 

The syntax would be something like this:

firewall {my_fw_resource:
 enabled => true,
 policy => reject,
 open_ports => [80,443]
}

Any other suggestions or improvements are welcome.



-- 
You have received this notification because you have either subscribed to it, 
or are involved in it.
To change your notification preferences, please click here: 
http://projects.puppetlabs.com/my/account

-- 
You received this message because you are subscribed to the Google Groups 
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/puppet-bugs?hl=en.

Reply via email to