You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
}
The text was updated successfully, but these errors were encountered:
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 ...
The text was updated successfully, but these errors were encountered: