aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/postfix.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/postfix.py')
-rw-r--r--sos/plugins/postfix.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/sos/plugins/postfix.py b/sos/plugins/postfix.py
index 6f0f9b4d..0300a5bc 100644
--- a/sos/plugins/postfix.py
+++ b/sos/plugins/postfix.py
@@ -48,3 +48,5 @@ class DebianPostfix(Postfix, DebianPlugin, UbuntuPlugin):
def setup(self):
super(DebianPostfix, self).setup()
self.add_copy_spec("/etc/postfix/dynamicmaps.cf")
+
+# vim: et ts=4 sw=4