Implement change registration
[cascardo/ipsilon.git] / ipsilon / providers / personaidp.py
index d2794e0..f0146db 100644 (file)
@@ -85,7 +85,7 @@ class Installer(ProviderInstaller):
         group.add_argument('--persona', choices=['yes', 'no'], default='yes',
                            help='Configure Persona Provider')
 
-    def configure(self, opts):
+    def configure(self, opts, changes):
         if opts['persona'] != 'yes':
             return