From 82e009aae0da6746c8cdb3b5e2832fd4c390bb9d Mon Sep 17 00:00:00 2001 From: "Bryn M. Reeves" Date: Tue, 23 Sep 2014 14:29:12 +0100 Subject: [cups] add /etc/cups/*.types Signed-off-by: Bryn M. Reeves --- sos/plugins/cups.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/cups.py b/sos/plugins/cups.py index 21756ee4..dc5d95dd 100644 --- a/sos/plugins/cups.py +++ b/sos/plugins/cups.py @@ -37,6 +37,7 @@ class Cups(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): self.add_copy_specs([ "/etc/cups/*.conf", + "/etc/cups/*.types", "/etc/cups/lpoptions", "/etc/cups/ppd/*.ppd" ]) -- cgit