diff options
author | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2017-03-06 11:50:41 -0500 |
---|---|---|
committer | Zakhar Kleyman <zakhar.kleyman@mongodb.com> | 2017-03-06 12:02:18 -0500 |
commit | 3084639dfcd5516e77e5ca2e5909356ecf6c9cd4 (patch) | |
tree | 20a3f1b5557acc1edbb897acc9431b672ef91278 /etc/repo_config.yaml | |
parent | c2b3178e0cae20a24bc9cc39a750bb864def17e3 (diff) | |
download | mongo-3084639dfcd5516e77e5ca2e5909356ecf6c9cd4.tar.gz |
SERVER-25309 added rhel67 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 a7459ab7870..f8ef6bcb9b2 100644 --- a/etc/repo_config.yaml +++ b/etc/repo_config.yaml @@ -178,6 +178,14 @@ repos: - yum/redhat/6/mongodb-enterprise - yum/redhat/6Server/mongodb-enterprise + - name: rhel67 + type: rpm + edition: enterprise + bucket: repo.mongodb.com + repos: + - yum/redhat/6/mongodb-enterprise + - yum/redhat/6Server/mongodb-enterprise + - name: rhel70 type: rpm edition: enterprise |