-
Notifications
You must be signed in to change notification settings - Fork 41
StdMod #43
Comments
I'd just create and manage directly on stdmod the iptables module, as that's the typical general module than makes sense under the official stdmod hat. On this matter anyway I've some concerns... puppetlabs-firewall module is widely used and I wonder if it wouldn't be saner just to stick to it and follow its patterns so that we don't introduce a dependency on a rather common feature. Currently afaik , the Puppetlabs' firewall module has providers only for iptables, but since is based on a custom type (firewall) it can be extended with new providers. What do you think? |
I think, for one, the timing sucks ;) I'm all for using the upstream repos, but glancing over it, I think it's got only half the functionality our module supports. Of course we could propose all that functionality to Puppetlabs, but as long as it's on a voluntary basis I'm not sure if I'm motivated to do that. |
Let's do this them , publish stdmod/iptables which has most of the features and doesn't have namespaces clashes and let's hold decisions on our firewall abstraction module, which is just complementary and not strictly necessary, then we'll see how things evolve and what others suggest. |
Hi Al,
I've begun porting this thing to the StdMod setup. I'd suggest cloning that repo, and simply push the branch develop of that repo to this repo. I preserved all Git history btw (of both the skeleton as well as this repo), so that should all be alright.
The text was updated successfully, but these errors were encountered: