summaryrefslogtreecommitdiff
path: root/lib/puppet/parser/functions/shuffle.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/puppet/parser/functions/shuffle.rb')
-rw-r--r--lib/puppet/parser/functions/shuffle.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/puppet/parser/functions/shuffle.rb b/lib/puppet/parser/functions/shuffle.rb
index 73e798c..18134ab 100644
--- a/lib/puppet/parser/functions/shuffle.rb
+++ b/lib/puppet/parser/functions/shuffle.rb
@@ -4,6 +4,7 @@
module Puppet::Parser::Functions
newfunction(:shuffle, :type => :rvalue, :doc => <<-EOS
+Randomizes the order of a string or array elements.
EOS
) do |arguments|