Skip to content

Commit

Permalink
Merge branch 'bugfix/missing-import-in-cordon-salt-module' into tmp/o…
Browse files Browse the repository at this point in the history
…ctopus/w/2.1/bugfix/missing-import-in-cordon-salt-module
  • Loading branch information
bert-e committed Jul 7, 2020
2 parents 368dc23 + 6cac5df commit 30fabe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/_modules/metalk8s_cordon.py
Expand Up @@ -4,6 +4,8 @@
This module's functions are merged into the `metalk8s_kubernetes`
module when called by salt by virtue of its `__virtualname__` attribute.
'''
from salt.exceptions import CommandExecutionError


__virtualname__ = 'metalk8s_kubernetes'

Expand Down

0 comments on commit 30fabe4

Please sign in to comment.