Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Compatibility with Cerberus 1.3
Browse files Browse the repository at this point in the history
See Pillar 8b42e888175239fdac93b408e627bea0533f6473
  • Loading branch information
sybrenstuvel committed May 29, 2019
1 parent cfe1b68 commit 0aca955
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions flamenco/eve_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
# on how a job type looks like (in terms of tasks).
'job_types': {
'type': 'dict',
'keyschema': { # name of the job type
'keysrules': { # name of the job type
'type': 'string',
},
'valueschema': { # configuration of the job type
'valuesrules': { # configuration of the job type
'type': 'dict',
'schema': {
'vars': {
'type': 'dict',
'keyschema': { # name of the variable
'keysrules': { # name of the variable
'type': 'string',
},
'valueschema': { # variable values for different platforms.
'valuesrules': { # variable values for different platforms.
'type': 'dict',
'schema': {
'linux': {'type': 'string'},
Expand Down

0 comments on commit 0aca955

Please sign in to comment.