summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/load_json.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/load_json.rb')
-rw-r--r--lib/puppet/parser/functions/load_json.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/load_json.rb b/lib/puppet/parser/functions/load_json.rb
index 7c3f187..333cf11 100644
--- a/lib/puppet/parser/functions/load_json.rb
+++ b/lib/puppet/parser/functions/load_json.rb
@@ -4,6 +4,8 @@
module Puppet::Parser::Functions
newfunction(:load_json, :type => :rvalue, :doc => <<-EOS
+This function accepts JSON as a string and converts into the correct Puppet
+structure.
EOS
) do |arguments|