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