Sha256: a91ab75a963174e19aebc2f0131d35b48c478658e228cc831181295ecef4fde5
Contents?: true
Size: 558 Bytes
Versions: 19
Compression:
Stored size: 558 Bytes
Contents
# @summary DEPRECATED. Use the namespaced function [`extlib::random_password`](#extlibrandom_password) instead. # DEPRECATED. Use the namespaced function [`extlib::random_password`](#extlibrandom_password) instead. Puppet::Functions.create_function(:random_password) do dispatch :deprecation_gen do repeated_param 'Any', :args end def deprecation_gen(*args) call_function('deprecation', 'random_password', 'This method is deprecated, please use extlib::random_password instead.') call_function('extlib::random_password', *args) end end
Version data entries
19 entries across 19 versions & 1 rubygems