Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown function: 'random_password'. #45

Open
agustik opened this issue Aug 21, 2019 · 1 comment
Open

Unknown function: 'random_password'. #45

agustik opened this issue Aug 21, 2019 · 1 comment

Comments

@agustik
Copy link

agustik commented Aug 21, 2019

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants