Displaying 1 result from an estimated 1 matches for "brent_k".
Did you mean:
brent
2012 Oct 18
0
Puppet own function
Good day.
Im trying to make my own function. I keep getting this message.
err: Could not retrieve catalog from remote server: Error 400 on SERVER: Function ''brent_k'' does not return a value at /etc/puppet/modules/munin/manifests/init.pp:17 on node XYZ.com
Here is my simple code
xyz.com:/etc/puppet/modules/munin/lib/puppet/parser/functions# cat brent_k.rb
module Puppet::Parser::Functions
newfunction(:brent_k, :type => :rvalue) do |args|...