You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to version 3.1.0, I receive this error when applying firewalld configuration on a puppet agent:
Puppet Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Resource Statement, Could not autoload puppet/type/firewalld_zone: Could not autoload puppet/provider/firewalld_rich_rule/firewall_cmd: no such file to load -- puppet/provider/firewalld at /etc/puppetlabs/code/environments/development/modules/firewalld/manifests/init.pp:99:7 on node centos7
After some digging into Google and the code, updating puppet agent and server, reinstall the module, I found the correction to make:
Just modify in the providers the require statement from:
After upgrading to version 3.1.0, I receive this error when applying firewalld configuration on a puppet agent:
After some digging into Google and the code, updating puppet agent and server, reinstall the module, I found the correction to make:
Just modify in the providers the require statement from:
to:
With this correction, the puppet firewalld configuration apply correctly.
Here is the diff for the providers:
Best regards,
Bénoni
The text was updated successfully, but these errors were encountered: