Add custom parameter for a sensu_check. revert newline
This commit is contained in:
parent
b649a15a97
commit
dcc841d8d6
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
|
# Let snippet from module_utils/basic.py return a proper error in this case
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
|
||||||
def sensu_check(module, path, name, state='present', backup=False):
|
def sensu_check(module, path, name, state='present', backup=False):
|
||||||
changed = False
|
changed = False
|
||||||
reasons = []
|
reasons = []
|
||||||
|
|
Loading…
Reference in a new issue