mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
passing lint test
This commit is contained in:
parent
63e39a8999
commit
ba33d75949
2 changed files with 3 additions and 1 deletions
|
@ -64,8 +64,10 @@ __opts__ = {'foreman.url': 'http://foreman/api',
|
|||
# Set up logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
||||
# Declare virtualname
|
||||
__virtualname__ = 'foreman'
|
||||
|
||||
|
||||
def __virtual__():
|
||||
'''
|
||||
Only return if all the modules are available
|
||||
|
|
0
tests/runtests.py
Executable file → Normal file
0
tests/runtests.py
Executable file → Normal file
Loading…
Add table
Reference in a new issue