search for: nameformat

Displaying 2 results from an estimated 2 matches for "nameformat".

Did you mean: dateformat
2012 Nov 14
4
firewallchain issues w/ 1.0.0 release
...IPv6, ethernet (ethernet bridging) got ''SSH:FILTER:IPv4'' table:'''' chain:'''' protocol:'''' That error code is produced in lib/puppet/type/firewallchain.rb , by this snippet of code: validate do |value| 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 v...
2012 Dec 17
0
Firewall module error
...s_chain.rb:37: warning: already initialized constant InternalChains /var/lib/puppet/lib/puppet/provider/firewallchain/iptables_chain.rb:38: warning: already initialized constant Tables /var/lib/puppet/lib/puppet/provider/firewallchain/iptables_chain.rb:39: warning: already initialized constant Nameformat It seems to disappear after the 2nd run. Really would like to not get this on the first run too. Any ideas what we''re doing wrong? We''re using puppet 3 although some of the agents are still on 2.7. -- You received this message because you are subscribed to the Google Grou...