diff --git a/attract/__init__.py b/attract/__init__.py index c31172c..88af0df 100644 --- a/attract/__init__.py +++ b/attract/__init__.py @@ -33,18 +33,8 @@ class AttractExtension(PillarExtension): :rtype: dict """ - return { - 'DOMAIN': { - 'tasks': { - 'schema': { - 'name': { - 'type': 'string', - }, - } - } - } - } + return {} def blueprints(self): """Returns the list of top-level blueprints for the extension.