Skip to content

Commit 2695466

Browse files
authored
Update yum.py
Fix indentation error rendering the plugin completely unfunctional 😉
1 parent eee981a commit 2695466

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

  • lib/python3/cmk/base/plugins/agent_based

lib/python3/cmk/base/plugins/agent_based/yum.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -225,11 +225,11 @@ def check_yum(params: Dict[str, int], section: Section):
225225
yield Result(state=State(level), summary="reboot required")
226226

227227

228-
#### Use the API v1 "register" namspace to assign the various
229-
#### processing sections of this python file to handle that various
230-
#### data,
231-
# set default parameters and the general details of the service.
232-
register.check_plugin(
228+
#### Use the API v1 "register" namspace to assign the various
229+
#### processing sections of this python file to handle that various
230+
#### data,
231+
# set default parameters and the general details of the service.
232+
register.check_plugin(
233233
# Set the unique name of the plugin
234234
name='yum',
235235
# Set the service name that is created on a host

0 commit comments

Comments
 (0)