Skip to content

Commit

Permalink
pleased linting
Browse files Browse the repository at this point in the history
  • Loading branch information
XaverStiensmeier committed Oct 31, 2024
1 parent ab12dce commit 73d722e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bibigrid/core/utility/validate_schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
master_schema = Schema(
{'infrastructure': str, 'cloud': str, 'sshUser': str, Or('subnet', 'network'): str, 'cloud_identifier': str,
Optional('sshPublicKeyFiles'): [str], Optional('sshTimeout'): int,
Optional('cloudScheduling'): {Optional('sshTimeout'): int}, Optional('autoMount'): bool, Optional('nfsShares'): [str],
Optional('cloudScheduling'): {Optional('sshTimeout'): int}, Optional('autoMount'): bool,
Optional('nfsShares'): [str],
Optional('userRoles'): [{'hosts': [str], 'roles': [{'name': str, Optional('tags'): [str]}]}],
Optional('localFS'): bool, Optional('localDNSlookup'): bool, Optional('slurm'): bool,
Optional('slurmConf'): {Optional('db'): str, Optional('db_user'): str, Optional('db_password'): str,
Expand Down

0 comments on commit 73d722e

Please sign in to comment.