mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
commit
1f22335e28
2 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue