Add a method to Installer classes to validate argument input
[cascardo/ipsilon.git] / ipsilon / providers / common.py
index 169fddc..74c00df 100644 (file)
@@ -125,6 +125,9 @@ class ProviderInstaller(object):
     def install_args(self, group):
         raise NotImplementedError
 
     def install_args(self, group):
         raise NotImplementedError
 
+    def validate_args(self, args):
+        return
+
     def configure(self, opts):
         raise NotImplementedError
 
     def configure(self, opts):
         raise NotImplementedError