mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-23 03:20:19 +08:00
adding dropbox as a default storage driver to load, and switched default 'required' drivers to 'disk,dropbox'
This commit is contained in:
@@ -905,7 +905,7 @@ def put_indexed_data( dvconf, name, chunk_buf, raw=False, index=True ):
|
||||
log.debug("Insert ({}, {}) into index".format(name, new_url))
|
||||
rc = index_insert( dvconf, name, new_url )
|
||||
if not rc:
|
||||
log.error("Failed to insert ({}, {}) into index".foramt(name, new_url))
|
||||
log.error("Failed to insert ({}, {}) into index".format(name, new_url))
|
||||
return False
|
||||
|
||||
return True
|
||||
|
||||
Reference in New Issue
Block a user