diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:34:10 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:17:59 +0000 |
commit | f2cee6b661f5ee6d1263cf8615f50814ef70d75e (patch) | |
tree | 2630b355794622a565713a7c269ede6dbb6175ef | |
parent | 0edeb8c54225a18e7f3ea36456206096650e6c93 (diff) | |
download | sos-f2cee6b661f5ee6d1263cf8615f50814ef70d75e.tar.gz |
[anacron] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/anacron.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/anacron.py b/sos/plugins/anacron.py index 06d2ee7a..54a31862 100644 --- a/sos/plugins/anacron.py +++ b/sos/plugins/anacron.py @@ -20,6 +20,7 @@ class Anacron(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): plugin_name = 'anacron' profiles = ('system',) + packages = ('anacron', 'chronie-anacron') # anacron may be provided by anacron, cronie-anacron etc. # just look for the configuration file which is common |