We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc60205 commit 2045d13Copy full SHA for 2045d13
1 file changed
mkp/local/lib/python3/cmk/base/cee/plugins/bakery/yum.py
@@ -39,12 +39,12 @@ def get_yum_files(conf: Any) -> FileGenerator:
39
except (TypeError, ValueError):
40
interval = None
41
42
- # only makes sense on Linux so just create for that OS
43
- yield Plugin(
44
- base_os=OS.LINUX,
45
- source=Path('yum'),
46
- interval=interval
47
- )
+ # only makes sense on Linux so just create for that OS
+ yield Plugin(
+ base_os=OS.LINUX,
+ source=Path('yum'),
+ interval=interval
+ )
48
49
50
# register the bakery plugin with its arguments
0 commit comments