aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2014-07-08 22:31:47 +0100
committerBryn M. Reeves <bmr@redhat.com>2014-07-08 22:31:47 +0100
commitc49337791d4e890f8d348958ef2977e348ee51de (patch)
tree6f41290a72487c353d4c67aaff8b07b70580d01f
parenteb0f2db8c667b03337e6a9f8a4ec2c7fab571d76 (diff)
downloadsos-c49337791d4e890f8d348958ef2977e348ee51de.tar.gz
[dhcp] style fixes
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/dhcp.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/sos/plugins/dhcp.py b/sos/plugins/dhcp.py
index 344e1e3f..48d1a641 100644
--- a/sos/plugins/dhcp.py
+++ b/sos/plugins/dhcp.py
@@ -30,7 +30,8 @@ class RedHatDhcp(Dhcp, RedHatPlugin):
super(RedHatDhcp, self).setup()
self.add_copy_specs([
"/etc/dhcpd.conf",
- "/etc/dhcp"])
+ "/etc/dhcp"
+ ])
class UbuntuDhcp(Dhcp, UbuntuPlugin):
"""DHCP related information for Debian based distributions"""