Merge branch 'develop' into patch-1

This commit is contained in:
Nicole Thomas 2017-10-13 09:54:04 -04:00 committed by GitHub
commit 3163bddd61

View File

@ -33,6 +33,9 @@ Connection module for Amazon ALB
keyid: GKTADJGHEIQSXMKKRBJ08H
key: askdjghsdfjkghWupUjasdflkdfklgjsdfjajkghs
region: us-east-1
:depends: boto3
'''
# keep lint from choking on _get_conn and _cache_id
# pylint: disable=E0602
@ -52,6 +55,8 @@ from salt.ext import six
try:
# pylint: disable=unused-import
import salt.utils.boto3
import boto3
import botocore
# pylint: enable=unused-import
# TODO Version check using salt.utils.versions