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

fix Hash signature

parent fc0c7761
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@ class secure_afs_request::config_file (
Optional[String] $test_address = undef,
String $db_config_file = '/etc/secure-afs-request/database.ini',
String $from_address = 'afs-request@stanford.edu',
Hash[String] $remctl_servers = {},
Hash[String, String] $remctl_servers = {},
) {
# Make sure the configuration directory exists (or not).
......
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