Skip to content

Commit

Permalink
Fix backery plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
jiuka committed Feb 21, 2021
1 parent adf0ea1 commit b916341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
from pathlib import Path
from typing import Any

from .bakery_api.v0 import FileGenerator, OS, Plugin, register
from cmk.base.cee.plugins.bakery.bakery_api.v0 import FileGenerator, OS, Plugin, register


def get_win_scheduled_task_files(conf: Any) -> FileGenerator:
Expand Down
10 changes: 3 additions & 7 deletions package
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,10 @@
'files': {
'agent_based': ['win_scheduled_task.py'],
'agents': [
'bakery/win_scheduled_task',
'bakery/win_scheduled_task.py',
'windows/plugins/win_scheduled_task.ps1',
],
'checkman': ['win_scheduled_task'],
'checks': [],
'doc': [],
'inventory': [],
'notifications': [],
'pnp-templates': [],
'web': [
'plugins/wato/check_parameters_win_scheduled_task.py',
'plugins/wato/agent_bakery_win_scheduled_task.py',
Expand All @@ -22,5 +17,6 @@
'title': u'Check for Windows ScheduledTask',
'version': '2.0',
'version.min_required': '2.0.0b6',
'version.packaged': '2.0.0'
'version.packaged': '2.0.0',
'version.usable_until': '2.1.0'
}

0 comments on commit b916341

Please sign in to comment.