mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #29934 from multani/fix/boto_iam
Fix state.boto_iam virtual name
This commit is contained in:
commit
4f2cc5eba7
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