Skip to content

Commit 4c70421

Browse files
author
Johan De Wit
committed
[authentication] Re-add admin_password_hash parameter after rebase
1 parent 1780053 commit 4c70421

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

manifests/server.pp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,7 @@
413413
Boolean $create_admin = $mongodb::params::create_admin,
414414
String $admin_username = $mongodb::params::admin_username,
415415
Optional[Variant[String, Sensitive[String]]] $admin_password = undef,
416+
Optional[Variant[String[1], Sensitive[String[1]]]] $admin_password_hash = undef,
416417
Enum['scram_sha_1', 'scram_sha_256', 'x509'] $admin_auth_mechanism = $mongodb::params::admin_auth_mechanism,
417418
Optional[Stdlib::Absolutepath] $admin_tls_key = undef,
418419
Boolean $admin_update_password = false,

0 commit comments

Comments
 (0)