X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-puppet.git;a=blobdiff_plain;f=3rdparty%2Fmodules%2Fstdlib%2Flib%2Fpuppet%2Ffunctions%2Fseeded_rand_string.rb;h=63cb2f83c9ffbe373383820dce47c66f6e414ea9;hp=f3d1dcc4fa51945e4e2040531c155d5e550c85e7;hb=30caaa85aed7015ca0d77216bff175eebd917eb7;hpb=6f656bd4265e3dab13b9af2bf96e9044322e9d8f diff --git a/3rdparty/modules/stdlib/lib/puppet/functions/seeded_rand_string.rb b/3rdparty/modules/stdlib/lib/puppet/functions/seeded_rand_string.rb index f3d1dcc4f..63cb2f83c 100644 --- a/3rdparty/modules/stdlib/lib/puppet/functions/seeded_rand_string.rb +++ b/3rdparty/modules/stdlib/lib/puppet/functions/seeded_rand_string.rb @@ -1,4 +1,5 @@ -# Generates a consistent random string of specific length based on provided seed. +# @summary +# Generates a consistent random string of specific length based on provided seed. # # @example Generate a consistently random string of length 8 with a seed: # seeded_rand_string(8, "${module_name}::redis_password")