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

Version Path
puppet-debugger-1.4.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-1.3.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-1.2.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-1.1.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-1.0.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.19.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.18.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.17.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.16.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.15.2 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.15.1 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.15.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.14.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.13.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.12.3 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.12.2 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.12.1 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.12.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb
puppet-debugger-0.11.0 spec/fixtures/modules/extlib/lib/puppet/functions/random_password.rb