mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 09:23:56 +00:00
Merge pull request #29934 from multani/fix/boto_iam
Fix state.boto_iam virtual name
This commit is contained in:
commit
4f2cc5eba7
@ -135,7 +135,7 @@ except ImportError:
|
|||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
||||||
__virtualname__ = 'boto_cfn'
|
__virtualname__ = 'boto_iam'
|
||||||
|
|
||||||
|
|
||||||
def __virtual__():
|
def __virtual__():
|
||||||
|
Loading…
Reference in New Issue
Block a user