mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Add logging line to varnish execution module
This commit is contained in:
parent
4979ae7b1d
commit
b66e22fab8
@ -17,6 +17,8 @@ import re
|
||||
# Import salt libs
|
||||
import salt.utils
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
||||
# Define the module's virtual name
|
||||
__virtualname__ = 'varnish'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user