yano3 / puppet-cerebro

Module for managing and configuring Cerebro.
https://forge.puppet.com/yano3/cerebro
MIT License
2 stars 20 forks source link

Unknown function: 'random_password'. #45

Open agustik opened 5 years ago

agustik commented 5 years ago

When running on puppet 5.5.16 on Redhat linux 7 it fails.

Error: Could not retrieve catalog from remote server: Error 500 on SERVER: Server Error: Evaluation Error: Unknown function: 'random_password'. (file: ....modules/cerebro/manifests/params.pp, line: 6, column: 72) on ...

  class { '::cerebro':
    version => '0.8.4',
    hosts   => $cerebro_hosts,
    address => '0.0.0.0',
    secret  => 'my-secret',
  }
hundredacres commented 4 years ago

You're missing the puppet/extlib module, which provides the random_password function