Blame SOURCES/sos-bz1026906-nis-add-domainname-output.patch

6b17e9
commit 1aa497258ebb8c85eed9d38ba19173c054b77043
6b17e9
Author: Bryn M. Reeves <bmr@redhat.com>
6b17e9
Date:   Tue Nov 5 16:16:33 2013 +0000
6b17e9
6b17e9
    Add domainname output to the NIS plug-in
6b17e9
    
6b17e9
    Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
6b17e9
6b17e9
diff --git a/sos/plugins/nis.py b/sos/plugins/nis.py
6b17e9
index 5439b8f..baa71e8 100644
6b17e9
--- a/sos/plugins/nis.py
6b17e9
+++ b/sos/plugins/nis.py
6b17e9
@@ -29,3 +29,4 @@ class Nis(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
6b17e9
     def setup(self):
6b17e9
         self.add_copy_spec("/etc/yp*.conf")
6b17e9
         self.add_copy_spec("/var/yp/*")
6b17e9
+        self.add_cmd_output("domainname")