diff options
author | Bryan Quigley <bryan.quigley@canonical.com> | 2019-02-14 13:23:42 -0800 |
---|---|---|
committer | Bryn M. Reeves <bmr@redhat.com> | 2019-03-04 16:29:42 +0000 |
commit | fb30be7ce739f99a7fcff2e43ce0a0fb461f2735 (patch) | |
tree | 23ccd5dc035fd9fdece7b1f657b6a4fa05105d6c | |
parent | fcdb051448bdc1e5abc4af3a4ec59e4ceae97d74 (diff) | |
download | sos-fb30be7ce739f99a7fcff2e43ce0a0fb461f2735.tar.gz |
[system] collect /etc/environment
Resolves: #1564
Closes: #1550
Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r-- | sos/plugins/system.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/system.py b/sos/plugins/system.py index de3dd59b..971c89da 100644 --- a/sos/plugins/system.py +++ b/sos/plugins/system.py @@ -22,6 +22,7 @@ class System(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): "/proc/sys", "/etc/sysconfig", "/etc/default", + "/etc/environment", ]) # FIXME: provide a a long-term solution for #1299 |