Merge "Add support for middlewares with hyphens"

This commit is contained in:
Jenkins 2014-02-17 16:21:15 +00:00 committed by Gerrit Code Review
commit d8430ea6ad

View File

@ -96,7 +96,7 @@ class swift::proxy(
inline_template(
"<%=
(pipeline - ['proxy-server']).collect do |x|
'swift::proxy::' + x
'swift::proxy::' + x.gsub(/-/){ %q(_) }
end.join(',')
%>"), ',')