Skip to content
Snippets Groups Projects
Commit 70f45e2f authored by Adam Lewenberg's avatar Adam Lewenberg
Browse files

make ldap_wallet_name parameter Optional

parent 98079c59
No related branches found
No related tags found
No related merge requests found
...@@ -13,7 +13,7 @@ class secure_afs_request ( ...@@ -13,7 +13,7 @@ class secure_afs_request (
Enum['wallet', 'none'] $db_credentials_source = 'wallet', Enum['wallet', 'none'] $db_credentials_source = 'wallet',
Optional[String] $db_wallet_name = undef, Optional[String] $db_wallet_name = undef,
# #
String $ldap_wallet_name = undef, Optional[String] $ldap_wallet_name = undef,
) { ) {
# Install the software. # Install the software.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment