aboutsummaryrefslogtreecommitdiffstats
path: root/sos/plugins/openswan.py
diff options
context:
space:
mode:
Diffstat (limited to 'sos/plugins/openswan.py')
-rw-r--r--sos/plugins/openswan.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/sos/plugins/openswan.py b/sos/plugins/openswan.py
index f9241660..ce558132 100644
--- a/sos/plugins/openswan.py
+++ b/sos/plugins/openswan.py
@@ -17,9 +17,10 @@ class Openswan(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = 'openswan'
profiles = ('network', 'security')
- option_list = [("ipsec-barf",
- "collect the output of the ipsec barf command",
- "slow", False)]
+ option_list = [
+ ("ipsec-barf", "collect the output of the ipsec barf command",
+ "slow", False)
+ ]
files = ('/etc/ipsec.conf',)
packages = ('openswan', 'libreswan')