Removed unused Eve config

This commit is contained in:
2016-09-07 14:14:20 +02:00
parent 93d3e4effa
commit 463b36ed8d

View File

@@ -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.