Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-15 | (FM-6051) Adds comments to warn for UTF8 incompatibility | Helen Campbell | |
2015-05-05 | pw_hash: Fix functionality on JRuby < 1.7.17 | Eli Young | |
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 | |||
2015-05-05 | pw_hash: avoid ruby magic when running on java | David Schmitt | |
2015-04-05 | (MODULES-1737) Add pw_hash() function | Eli Young | |