Merge "Fix warnings in storage/server.pp."
This commit is contained in:
commit
9a3a0b7c24
@ -25,7 +25,7 @@ define swift::storage::server(
|
||||
# TODO if array does not include type-server, warn
|
||||
if(
|
||||
(is_array($pipeline) and ! member($pipeline, "${type}-server")) or
|
||||
$pipeline != "${type}-server"
|
||||
"$pipeline" != "${type}-server"
|
||||
) {
|
||||
warning("swift storage server ${type} must specify ${type}-server")
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user