Implement change registration
[cascardo/ipsilon.git] / ipsilon / login / authtest.py
index 0b05e0a..aa2a73a 100644 (file)
@@ -101,7 +101,7 @@ class Installer(LoginManagerInstaller):
         group.add_argument('--testauth', choices=['yes', 'no'], default='no',
                            help='Configure PAM authentication')
 
-    def configure(self, opts):
+    def configure(self, opts, changes):
         if opts['testauth'] != 'yes':
             return