grafana repo added, mongodb 4.2 for all dists and centos 8 & 9 all versions
This commit is contained in:
@@ -1,6 +1,13 @@
|
||||
#
|
||||
# centos 6
|
||||
#
|
||||
[mongodb-org-4.2-c6]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/6/mongodb-org/4.2/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc
|
||||
|
||||
[mongodb-org-4.4-c6]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/6/mongodb-org/4.4/x86_64/
|
||||
@@ -25,6 +32,13 @@ gpgkey=https://www.mongodb.org/static/pgp/server-6.0.asc
|
||||
#
|
||||
# centos 7
|
||||
#
|
||||
[mongodb-org-4.2-c7]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/4.2/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc
|
||||
|
||||
[mongodb-org-4.4-c7]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/7/mongodb-org/4.4/x86_64/
|
||||
@@ -49,6 +63,13 @@ gpgkey=https://www.mongodb.org/static/pgp/server-6.0.asc
|
||||
#
|
||||
# centos 8
|
||||
#
|
||||
[mongodb-org-4.2-c8]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.2/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc
|
||||
|
||||
[mongodb-org-4.4-c8]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/
|
||||
@@ -70,3 +91,34 @@ gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-6.0.asc
|
||||
|
||||
#
|
||||
# centos 9
|
||||
#
|
||||
[mongodb-org-4.2-c9]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/9/mongodb-org/4.2/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-4.2.asc
|
||||
|
||||
[mongodb-org-4.4-c9]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/4.4/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-4.4.asc
|
||||
|
||||
[mongodb-org-5.0-c9]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/5.0/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-5.0.asc
|
||||
|
||||
[mongodb-org-6.0-c9]
|
||||
name=MongoDB Repository
|
||||
baseurl=https://repo.mongodb.org/yum/redhat/8/mongodb-org/6.0/x86_64/
|
||||
gpgcheck=1
|
||||
enabled=1
|
||||
gpgkey=https://www.mongodb.org/static/pgp/server-6.0.asc
|
||||
|
||||
|
||||
Reference in New Issue
Block a user