Fix lint
Fixes lint issues now that the lint jobs fail properly. Change-Id: I4bc59f88d80c1337e45eee131567a8c76e4f7371
This commit is contained in:
parent
d010df98c6
commit
db9bd4405a
@ -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];
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user