Displaying 2 results from an estimated 2 matches for "iptables_chain".
2012 Dec 17
0
Firewall module error
Trying the firewall module and we''re getting a strange error.
/var/lib/puppet/lib/puppet/provider/firewallchain/iptables_chain.rb:34:
warning: already initialized constant Mapping
/var/lib/puppet/lib/puppet/provider/firewallchain/iptables_chain.rb:37:
warning: already initialized constant InternalChains
/var/lib/puppet/lib/puppet/provider/firewallchain/iptables_chain.rb:38:
warning: already initialized constant Tables...
2012 Nov 14
4
firewallchain issues w/ 1.0.0 release
...if value !~ Nameformat then
(error message)
else
(more stuff)
end
end
After poking at this a bit, it turns out that Nameformat is blank when
that if statement is run, instead of containing what is defined in
lib/puppet/provider/firewallchain/iptables_chain.rb .
I know very little about Ruby right now, so I''m not in a good position
to trouble shoot the ruby code. I was wondering if someone else had run
in to this issue, and if so, how did you solve it?
I would appreciate any help I can get on this, as I''m stumped.
-Chris B.
--...