Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / lib / puppet / functions / seeded_rand_string.rb
index f3d1dcc..63cb2f8 100644 (file)
@@ -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")