We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c00bd7 commit 3fe12d0Copy full SHA for 3fe12d0
1 file changed
mkp/local/lib/python3/cmk_addons/plugins/yum/rulesets/yum_cee.py
@@ -112,7 +112,7 @@ def _parameter_form_yum_bakery() -> Dictionary:
112
rule_spec_yum_bakery = AgentConfig(
113
title=Title('YUM Update Check'),
114
name='yum',
115
- parameter_form=_parameter_form_yum_bakery2,
+ parameter_form=_parameter_form_yum_bakery,
116
topic=Topic.OPERATING_SYSTEM,
117
help_text=Help('This will deploy the agent plugin <tt>YUM</tt> '
118
'for checking package update status.'),
0 commit comments