Skip to content

Commit 81df1fb

Browse files
committed
appeasement
1 parent 12a9dac commit 81df1fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

manifests/client/client.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,7 @@
335335
# Required: false
336336
#
337337
class bareos::client::client (
338+
Bareos::Resource $name_client = 'bareos-fd',
338339
Bareos::Module::Ensure $ensure = present,
339340
Optional[Integer[0]] $absolute_job_timeout = undef,
340341
Optional[Boolean] $allow_bandwidth_bursting = undef,
@@ -355,7 +356,6 @@
355356
Optional[Integer[0]] $maximum_connections = undef,
356357
Optional[Integer[0]] $maximum_network_buffer_size = undef,
357358
Optional[Bareos::Resource] $messages = undef,
358-
Optional[Bareos::Resource] $name_client = 'bareos-fd',
359359
Optional[Stdlib::AbsolutePath] $pid_directory = undef,
360360
Optional[Bareos::EncryptionCipher] $pki_cipher = undef,
361361
Optional[Bareos::Boolean] $pki_encryption = undef,

manifests/webui.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class bareos::webui (
66
Stdlib::AbsolutePath $config_dir = $bareos::config_dir_webui,
77
Hash $directors = {},
8-
String $label_pooltype = '',
8+
Optional[String] $label_pooltype = undef,
99
Boolean $manage_local_dir = true, # setup local bareos director
1010
Boolean $manage_package = $bareos::manage_package,
1111
Boolean $manage_service = $bareos::manage_service,

0 commit comments

Comments
 (0)