Implement change registration
[cascardo/ipsilon.git] / ipsilon / login / authfas.py
index 8af7f28..d0b834a 100644 (file)
@@ -185,7 +185,7 @@ class Installer(LoginManagerInstaller):
         group.add_argument('--fas', choices=['yes', 'no'], default='no',
                            help='Configure FAS authentication')
 
-    def configure(self, opts):
+    def configure(self, opts, changes):
         if opts['fas'] != 'yes':
             return