fix provides
This commit is contained in:
parent
19a8d28a24
commit
6a3424faf4
1 changed files with 1 additions and 3 deletions
|
@ -69,9 +69,6 @@ defaults = {
|
|||
},
|
||||
},
|
||||
},
|
||||
'nginx': {
|
||||
'has_websockets': True,
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
|
@ -142,6 +139,7 @@ def dns(metadata):
|
|||
|
||||
|
||||
@metadata_reactor.provides(
|
||||
'nginx/has_websockets',
|
||||
'nginx/vhosts',
|
||||
)
|
||||
def nginx(metadata):
|
||||
|
|
Loading…
Reference in a new issue