Skip to content

Commit af97d7a

Browse files
Update README.md
Co-authored-by: Brian Lin <[email protected]>
1 parent 8973500 commit af97d7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ The following attributes are required:
472472
|--------------------------|-----------------------------|------------------------------------------------------------------------------------------------------------------------------------|
473473
| **allowed\_vos** | Comma-separated List or `*` | The VOs that are allowed to run jobs on this resource (autodetected if `*`) |
474474
| **max\_pilots** | Positive Integer | The maximum number of pilots of this type that the factory can send to this CE |
475-
| **os** | Choice (see below) | The OS on the workers the pilot should request. Not set by default. Only required if **require\_singularity** is `False` |
475+
| **os** | Choice (see below) | The operating system on the workers the pilot should request. Not set by default. Only required if **require\_singularity** is `False` |
476476
| **require\_singularity** | `True`, `False` | `True` if the pilot should require Singularity support on any worker it lands on. Default `False`; **os** is optional if this is `True` |
477477

478478
Valid values for the **os** option are: `rhel6`, `rhel7`, `rhel8`, or `ubuntu18`.
@@ -535,4 +535,3 @@ If your resource has multiple sponsors, you can separate them using commas or sp
535535
The percentages must add up to 100 if multiple sponsors are used.
536536
If you have a sponsor that is not an OSG VO, you can indicate this by using 'local' as the VO.
537537

538-

0 commit comments

Comments
 (0)