mirror of
https://github.com/valitydev/salt.git
synced 2024-11-08 17:33:54 +00:00
commit
1f22335e28
@ -58,7 +58,6 @@ def validate(config):
|
||||
if not isinstance(config, dict):
|
||||
return False, ('Configuration for btmp beacon must '
|
||||
'be a list of dictionaries.')
|
||||
return False
|
||||
return True, 'Valid beacon configuration'
|
||||
|
||||
|
||||
|
@ -29,7 +29,7 @@ Management of the Salt beacons
|
||||
- 1.0
|
||||
|
||||
'''
|
||||
|
||||
from __future__ import absolute_import
|
||||
import logging
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user