Module: Puppet::Parser::Functions

Defined in:
lib/puppet/parser/functions/generate_password.rb

Overview

Will generate a password args long from the fqdn (gonna call fqdn_rand to do it) Call is of the form generate_password( length, seed) where length is an integer representing the number of characters required, seed is a random seed. for example class name.