-
-
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
RHEL 7 - error when enabling firewalld when firewalld is masked #192
Comments
I think this is an issue lower down in Chef and not a bug with this cookbook, because I can reproduce the error by directly working with the service resource (outside of this cookbook)...
Applying the
...but this service resource cannot be used anywhere in |
Cookbook version
v2.6.3
Chef-client version
Platform Details
RHEL 7 instance on EC2, using CIS Red Hat Enterprise Linux 7 Benchmark v2.1.1.1 AMI
Scenario:
Applying this cookbook. On this image, firewalld is masked.
Steps to Reproduce:
Simply including
include_recipe 'firewall'
Expected Result:
cookbook completes with firewalld enabled.
If the service is already present but masked; the cookbook should unmask it
Actual Result:
Error appears:
Workaround:
Log onto the instance and unmask the service (
systemctl unmask firewalld
)The text was updated successfully, but these errors were encountered: