Fix puppet-lint warning about top-scope variable
Fix "top-scope variable being used without an explicit namespace" Change-Id: Id397dacd1072e31bfb21d9d0ed60cff1bc57f06e
This commit is contained in:
parent
97a921947b
commit
e2ff7b2a7a
@ -73,7 +73,7 @@ class swift::proxy(
|
||||
}
|
||||
|
||||
if(! member($pipeline, 'proxy-server')) {
|
||||
warning("swift storage server ${type} must specify ${type}-server")
|
||||
warning('pipeline parameter must contain proxy-server')
|
||||
}
|
||||
|
||||
if($auth_type == 'tempauth' and ! $account_autocreate ){
|
||||
|
Loading…
x
Reference in New Issue
Block a user