summaryrefslogtreecommitdiffstats
path: root/ipsilon/providers/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'ipsilon/providers/common.py')
-rw-r--r--ipsilon/providers/common.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/ipsilon/providers/common.py b/ipsilon/providers/common.py
index 169fddc..74c00df 100644
--- a/ipsilon/providers/common.py
+++ b/ipsilon/providers/common.py
@@ -125,6 +125,9 @@ class ProviderInstaller(object):
def install_args(self, group):
raise NotImplementedError
+ def validate_args(self, args):
+ return
+
def configure(self, opts):
raise NotImplementedError