diff options
author | Eli Young <elyscape@gmail.com> | 2015-05-05 15:16:35 -0700 |
---|---|---|
committer | Eli Young <elyscape@gmail.com> | 2015-05-05 15:53:34 -0700 |
commit | 7d7e905b543448f5d37d13c9e1a03d1e0be307fe (patch) | |
tree | 433fdf817e8fb29dcaf42a90666aa5a499bbd15a /spec/functions/range_spec.rb | |
parent | 7181e4ebcaf59cb16e7166aa254cbb637590423a (diff) | |
download | puppet-stdlib-7d7e905b543448f5d37d13c9e1a03d1e0be307fe.tar.gz puppet-stdlib-7d7e905b543448f5d37d13c9e1a03d1e0be307fe.tar.bz2 |
pw_hash: Fix functionality on JRuby < 1.7.17
The previous change to this function broke it on JRuby before 1.7.17 by
attempting to use a variable that wasn't defined (`salt`). To fix this,
define `salt` ahead of time and use that instead of building the salt
later.
cf. https://github.com/puppetlabs/puppetlabs-stdlib/pull/443#discussion_r29718588
Diffstat (limited to 'spec/functions/range_spec.rb')
0 files changed, 0 insertions, 0 deletions