mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Boto dynamodb util should be using layer 2 abstractions
This commit is contained in:
parent
551bbe70af
commit
46c7aee367
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ def __virtual__():
|
|||
'''
|
||||
if not HAS_BOTO:
|
||||
return False
|
||||
__utils__['boto.assign_funcs'](__name__, 'dynamodb')
|
||||
__utils__['boto.assign_funcs'](__name__, 'dynamodb2')
|
||||
return True
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue