Oops. No to_i needed / wanted here. That should have read:
module Puppet::Parser::Functions
newfunction(:console_port, :type => :rvalue) { |args|
lookupvar('console-port')) }
end-- Markus -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-dev?hl=en.
