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
On the first puppet run the rule is inserted ok... however, on the second
run we get some errors like this:
info: Applying configuration version '1365457738'
err: /Firewall[975 log test]/log_level: change from iptables A: to 7 failed: The iptables provider can not handle attribute log_level at /etc/puppet/modules/rcac_firewall/manifests/post_accept_all.pp:8
err: /Firewall[975 log test]/log_prefix: change from 7 to iptables A: failed: The iptables provider can not handle attribute log_prefix at /etc/puppet/modules/rcac_firewall/manifests/post_accept_all.pp:8
notice: Finished catalog run in 18.76 seconds
If it is of interest, this is puppet version 2.7.21 running under RHEL 6.3.
The text was updated successfully, but these errors were encountered:
If we have the following
class rcac_firewall::post_accept_all {
...
}
On the first puppet run the rule is inserted ok... however, on the second
run we get some errors like this:
info: Applying configuration version '1365457738'
err: /Firewall[975 log test]/log_level: change from iptables A: to 7 failed: The iptables provider can not handle attribute log_level at /etc/puppet/modules/rcac_firewall/manifests/post_accept_all.pp:8
err: /Firewall[975 log test]/log_prefix: change from 7 to iptables A: failed: The iptables provider can not handle attribute log_prefix at /etc/puppet/modules/rcac_firewall/manifests/post_accept_all.pp:8
notice: Finished catalog run in 18.76 seconds
If it is of interest, this is puppet version 2.7.21 running under RHEL 6.3.
The text was updated successfully, but these errors were encountered: