summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/personaidp.py
diff options
context:
space:
mode:
authorPatrick Uiterwijk <puiterwijk@redhat.com>2015-05-08 18:12:06 +0200
committerRob Crittenden <rcritten@redhat.com>2015-05-08 16:34:02 -0400
commit485baf6ee7a315d1af1086fe5b5da8cff6c4ba37 (patch)
tree80620b1ccf7bcfa052122559a9dddab638420bf4 /ipsilon/providers/personaidp.py
parent9b7f9756d89f0a7908d9b7323f682f34b37d200e (diff)
downloadipsilon-485baf6ee7a315d1af1086fe5b5da8cff6c4ba37.tar.gz
ipsilon-485baf6ee7a315d1af1086fe5b5da8cff6c4ba37.tar.xz
ipsilon-485baf6ee7a315d1af1086fe5b5da8cff6c4ba37.zip
Implement change registration
This will make it possible for plugins to register what they have changed during installation, so that they can revert any changes they made during the uninstallation. https://fedorahosted.org/ipsilon/ticket/67 Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com> Reviewed-by: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'ipsilon/providers/personaidp.py')
-rw-r--r--ipsilon/providers/personaidp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipsilon/providers/personaidp.py b/ipsilon/providers/personaidp.py
index d2794e0..f0146db 100644
--- a/ipsilon/providers/personaidp.py
+++ b/ipsilon/providers/personaidp.py
@@ -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