diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:36:02 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:18:00 +0000 |
commit | 3d0ea25c807aacfd18176e06cae196b9981ba10a (patch) | |
tree | 7439a5f8f822ea9b7540af7ddc9f198545a7edec | |
parent | 677bab62a28f9873d029112a685083096c677eec (diff) | |
download | sos-3d0ea25c807aacfd18176e06cae196b9981ba10a.tar.gz |
[cron] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/cron.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/cron.py b/sos/plugins/cron.py index caa12387..f71f82f9 100644 --- a/sos/plugins/cron.py +++ b/sos/plugins/cron.py @@ -21,6 +21,7 @@ class Cron(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = "cron" profiles = ('system',) + packages = ('cron', 'anacron', 'chronie') files = ('/etc/crontab') |