mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix state.boto_iam virtual name
This commit is contained in:
parent
5e44639334
commit
503ede4178
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ except ImportError:
|
|||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
__virtualname__ = 'boto_cfn'
|
||||
__virtualname__ = 'boto_iam'
|
||||
|
||||
|
||||
def __virtual__():
|
||||
|
|
Loading…
Add table
Reference in a new issue