Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add -g flag handling in ip6tables.rb provider #788

Merged
merged 1 commit into from
Oct 29, 2018

Conversation

cestith
Copy link
Contributor

@cestith cestith commented Oct 24, 2018

In lib/puppet/provider/firewall/ip6tables.rb there is no goto: entry for the -g flag in @resource_map which leads to errors for rules using that feature.

lib/puppet/type/firewall.rb already handles this flag. It's a one-line change to recognize it. The right rules then get into the chains in my testing.

In lib/puppet/provider/firewall/ip6tables.rb there is no goto: entry for the -g flag in @resource_map which leads to errors for rules using that feature. 

lib/puppet/type/firewall.rb already handles this flag. It's a one-line change to recognize it. The right rules then get into the chains in my testing.
@cestith
Copy link
Contributor Author

cestith commented Oct 26, 2018

@tphoney I see you've been active accepting PRs lately. This is a one-line change so I was hoping I could get eyes on it.

@tphoney
Copy link
Contributor

tphoney commented Oct 29, 2018

Hey @cestith thanks for the PR, and for having a look at this. Great work !!

@tphoney tphoney merged commit 20838bf into puppetlabs:master Oct 29, 2018
@cestith cestith deleted the patch-1 branch October 31, 2018 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants