This module provides the bcrypt() function in Puppet DSL.
$bcryptpass = bcrypt('some plaintext password')
bcrypt-ruby - Ruby bcrypt module
Must be added to puppetserver gems, on the puppetserver/-master
- Option 1: puppet itself
include bcryptSee module init.pp for details.
- Option 2: commands executed
puppetserver gem install bcrypt
Apache 2.0 - http://www.apache.org/licenses/LICENSE-2.0.txt
Nathan Valentine - nrvale00@gmail.com