Fixes lint issues now that the lint jobs fail properly.

Change-Id: I4bc59f88d80c1337e45eee131567a8c76e4f7371
This commit is contained in:
Tobias Urdin 2018-12-18 11:13:19 +01:00
parent d010df98c6
commit db9bd4405a
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];
}
}
}