-
-
Notifications
You must be signed in to change notification settings - Fork 151
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
Cannot apply default configuration in Debian 9 #201
Comments
Hey There If you're looking for more immediate troubleshooting help make sure to check out #general on the Chef Community Slack. There's plenty of folks there willing to lend a helping hand. Thanks for the first issue. We hope we can get back to you soon with a solution. |
I think what's happening is that it's calling the wrong provider because I'm using Debian; I believe it thinks I'm using an OS < 14.04: |
(I have forked and think I might have a fix) |
Cookbook version: 2.6.5
Chef-client version: 14.8.12
Platform Details: Debian 9
Scenario: Use
iptables
instead ofufw
Steps to Reproduce: Create a recipe that uses
firewall 'default'
with attribute:Expected Result:
iptables
is configured with options'default'
Actual Result:
This may be related to #193 but I can't tell because they didn't provide a stack trace. On that note, there is a
netfilter-persistent
provider in the libraries but for some reason it is using the wrong one.The text was updated successfully, but these errors were encountered: