diff options
author | Bryn M. Reeves <bmr@redhat.com> | 2017-08-31 14:33:57 +0100 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2017-11-01 14:17:59 +0000 |
commit | 0edeb8c54225a18e7f3ea36456206096650e6c93 (patch) | |
tree | 67da3dbbcd078caa3f9997c48ba5f512924fc9ab | |
parent | 03488330db839c2eb58b1d97ffe0cd1bd5f4899d (diff) | |
download | sos-0edeb8c54225a18e7f3ea36456206096650e6c93.tar.gz |
[anaconda] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/anaconda.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/anaconda.py b/sos/plugins/anaconda.py index 5b70fe90..de25a386 100644 --- a/sos/plugins/anaconda.py +++ b/sos/plugins/anaconda.py @@ -22,6 +22,7 @@ class Anaconda(Plugin, RedHatPlugin): plugin_name = 'anaconda' profiles = ('system',) + packages = ('anaconda',) files = ( '/var/log/anaconda.log', |