Skip to content

Commit

Permalink
make the director::catalog::db_driver param optional
Browse files Browse the repository at this point in the history
  • Loading branch information
adummer committed Jan 30, 2024
1 parent 64a9e57 commit a6f5e66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/director/catalog.pp
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
$_settings = bareos_settings([$name, 'Name', 'name', true],
[$description, 'Description', 'string', false],
[$db_address, 'Db Address', 'string', false],
[$db_driver, 'Db Driver', 'string', true],
[$db_driver, 'Db Driver', 'string', false],
[$db_name, 'Db Name', 'string', true],
[$db_password, 'Db Password', 'autopassword', false],
[$db_port, 'Db Port', 'pint32', false],
Expand Down

0 comments on commit a6f5e66

Please sign in to comment.