From 463b36ed8db8345d9ceb7e29b3000742c3759a6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Wed, 7 Sep 2016 14:14:20 +0200 Subject: [PATCH] Removed unused Eve config --- attract/__init__.py | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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.