mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 19:31:00 +08:00
getinfo can return stale and warning flags
This commit is contained in:
@@ -399,6 +399,12 @@ def getinfo(proxy=None, hostport=None):
|
||||
},
|
||||
'indexing': {
|
||||
'type': 'boolean'
|
||||
},
|
||||
'stale': {
|
||||
'type': 'boolean',
|
||||
},
|
||||
'warning': {
|
||||
'type': 'string',
|
||||
}
|
||||
},
|
||||
'required': [
|
||||
|
||||
Reference in New Issue
Block a user