Skip to content

Commit

Permalink
SIRE-9538 Fixed static validations
Browse files Browse the repository at this point in the history
Reviewed-by: beilers
  • Loading branch information
ps-muspelkat committed Jun 22, 2023
1 parent 1d06cb3 commit 34a01a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifests/server.pp
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@
$admin_password
}
if $create_admin and ($service_ensure == 'running' or $service_ensure == true) {
mongodb_user { "admin user":
mongodb_user { 'admin user':
ensure => present,
username => $admin_username,
database => 'admin',
roles => $admin_roles,
auth_mechanism => $auth_mechanism,
auth_mechanism => $admin_auth_mechanism,
password => $admin_password,
}

Expand Down

0 comments on commit 34a01a7

Please sign in to comment.