Merge "Fix lint"

This commit is contained in:
Zuul 2018-12-22 01:22:17 +00:00 committed by Gerrit Code Review
commit ae1d88a5ef
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ define swift::proxy::tempauth_account() {
$account_data = strip(split($title,','))
if $account_data[0] != '' {
swift_proxy_config {
"filter:tempauth/${account_data[0]}": value => "${account_data[1]}";
"filter:tempauth/${account_data[0]}": value => $account_data[1];
}
}
}