diff options
author | Brian McCarthy <brian.mccarthy@mongodb.com> | 2020-05-11 13:43:38 -0400 |
---|---|---|
committer | Evergreen Agent <no-reply@evergreen.mongodb.com> | 2020-05-11 20:52:43 +0000 |
commit | eece046bc52f886af3de2ab7303b768a74ef23a9 (patch) | |
tree | a7d4b023f144e829ac881ed3cc15b1a284064e72 /etc/repo_config.yaml | |
parent | 7aebc7278ada3f13b4a3577fb8cd0553bd1f95a9 (diff) | |
download | mongo-eece046bc52f886af3de2ab7303b768a74ef23a9.tar.gz |
SERVER-48094 Add RHEL 8.1 to repo_config yaml
Diffstat (limited to 'etc/repo_config.yaml')
-rw-r--r-- | etc/repo_config.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/repo_config.yaml b/etc/repo_config.yaml index fd8264e75e9..20dccb09704 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -305,6 +305,14 @@ repos: - yum/redhat/8/mongodb-enterprise - yum/redhat/8Server/mongodb-enterprise + - name: rhel81 + type: rpm + edition: enterprise + bucket: repo.mongodb.com + repos: + - yum/redhat/8/mongodb-enterprise + - yum/redhat/8Server/mongodb-enterprise + - name: amazon type: rpm edition: enterprise |