fixing tcp port list to be a list
This commit is contained in:
parent
ab7afce652
commit
e6d58caa24
1 changed files with 2 additions and 2 deletions
|
@ -15,5 +15,5 @@ openqa_workers: 3
|
||||||
# For now let's not run any scheduled jobs on stg
|
# For now let's not run any scheduled jobs on stg
|
||||||
openqa_triggers: []
|
openqa_triggers: []
|
||||||
|
|
||||||
# NFS
|
# http and NFS
|
||||||
tcp_ports: 2049
|
tcp_ports: [80, 2049]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue