Merge pull request #29934 from multani/fix/boto_iam

Fix state.boto_iam virtual name
This commit is contained in:
Mike Place 2015-12-22 10:16:24 -07:00
commit 4f2cc5eba7

View File

@ -135,7 +135,7 @@ except ImportError:
log = logging.getLogger(__name__) log = logging.getLogger(__name__)
__virtualname__ = 'boto_cfn' __virtualname__ = 'boto_iam'
def __virtual__(): def __virtual__():