We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f8d8f5 + 659ac81 commit 355a4bcCopy full SHA for 355a4bc
2 files changed
REFERENCE.md
@@ -1089,7 +1089,7 @@ Default value: `$bacula::conf_dir`
1089
1090
##### <a name="-bacula--director--console--password"></a>`password`
1091
1092
-Data type: `String[1]`
+Data type: `Bacula::Password`
1093
1094
The password that must be supplied for a named Bacula Console to be authorized
1095
manifests/director/console.pp
@@ -25,7 +25,7 @@
25
# }
26
#
27
define bacula::director::console (
28
- String[1] $password,
+ Bacula::Password $password,
29
String $conf_dir = $bacula::conf_dir,
30
String[1] $catalogacl = '*all*',
31
Array[Bacula::Command] $commandacl = ['list'],
0 commit comments