summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/load_json.rb
blob: 9ec8c789494dd9f495c090189957ecbedd3417b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
# load_json.rb
#

module Puppet::Parser::Functions
  newfunction(:load_json, :type => :rvalue, :doc => <<-EOS
    EOS
  ) do |arguments|
  end
end

# vim: set ts=2 sw=2 et :