Skip to content

Commit

Permalink
Merge pull request #29934 from multani/fix/boto_iam
Browse files Browse the repository at this point in the history
Fix state.boto_iam virtual name
  • Loading branch information
Mike Place committed Dec 22, 2015
2 parents b363022 + 503ede4 commit 4f2cc5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/states/boto_iam.py
Expand Up @@ -135,7 +135,7 @@

log = logging.getLogger(__name__)

__virtualname__ = 'boto_cfn'
__virtualname__ = 'boto_iam'


def __virtual__():
Expand Down

0 comments on commit 4f2cc5e

Please sign in to comment.