Skip to content

Commit

Permalink
Issue #37 added directors hash for config via hiera
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt Braunger committed May 14, 2019
1 parent 45130b5 commit 77f1d87
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions manifests/webui.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
$pagination_default_value = 25,
$save_previous_state = false,
$label_pooltype = '',
$directors = {},
) inherits ::bareos {

if $manage_package {
Expand Down Expand Up @@ -71,4 +72,6 @@
dir_address => 'localhost'
}
}

create_resources(::bareos::webui::director, $directors)
}

0 comments on commit 77f1d87

Please sign in to comment.