In configure we do not need to set_config()
[cascardo/ipsilon.git] / ipsilon / info / nss.py
index 4208442..24f3522 100755 (executable)
@@ -101,5 +101,4 @@ class Installer(InfoProviderInstaller):
             order = []
         order.append('nss')
         globalconf['order'] = ','.join(order)
-        po.set_config(globalconf)
-        po.save_plugin_config(self.facility)
+        po.save_plugin_config(self.facility, globalconf)