Skip to content

Commit 355a4bc

Browse files
authored
Merge pull request #238 from voxpupuli/allow-sensitive-director-console-password
Allow passing a `Sensitive` as password to `Bacula::Director::Console`
2 parents 8f8d8f5 + 659ac81 commit 355a4bc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

REFERENCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1089,7 +1089,7 @@ Default value: `$bacula::conf_dir`
10891089

10901090
##### <a name="-bacula--director--console--password"></a>`password`
10911091

1092-
Data type: `String[1]`
1092+
Data type: `Bacula::Password`
10931093

10941094
The password that must be supplied for a named Bacula Console to be authorized
10951095

manifests/director/console.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# }
2626
#
2727
define bacula::director::console (
28-
String[1] $password,
28+
Bacula::Password $password,
2929
String $conf_dir = $bacula::conf_dir,
3030
String[1] $catalogacl = '*all*',
3131
Array[Bacula::Command] $commandacl = ['list'],

0 commit comments

Comments
 (0)