When I include the following in my nodes.pp
:
class {'bareos':
...
manage_database => true,
...
I get the following error:
==> bareOSdirector: Error: Could not find class mysql::client for bareosdirector on node bareosdirector
==> bareOSdirector: Error: Could not find class mysql::client for bareosdirector on node bareosdirector
There seem to be quite a few mysql modules out there, does anyone have an idea of which one was intended to be a dependency of this library?
I'm aware that netmanagers bareos is unmaintained.