# # load_yaml.rb # module Puppet::Parser::Functions newfunction(:load_yaml, :type => :rvalue, :doc => <<-EOS EOS ) do |arguments| end end # vim: set ts=2 sw=2 et :