Add custom parameter for a sensu_check. revert newline
This commit is contained in:
parent
6ef3697c52
commit
c4aa5ee024
1 changed files with 1 additions and 0 deletions
|
@ -189,6 +189,7 @@ except ImportError:
|
|||
# Let snippet from module_utils/basic.py return a proper error in this case
|
||||
pass
|
||||
|
||||
|
||||
def sensu_check(module, path, name, state='present', backup=False):
|
||||
changed = False
|
||||
reasons = []
|
||||
|
|
Loading…
Reference in a new issue