Skip to content

Commit

Permalink
Merge pull request #67 from rstudio/mongoc7
Browse files Browse the repository at this point in the history
Remove mongodb for CentOS/RHEL 7
  • Loading branch information
glin authored Oct 30, 2020
2 parents e02c3b2 + 6043286 commit 2ffaaa8
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions rules/mongodb.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
{
"os": "linux",
"distribution": "centos",
"versions": ["6", "7"]
"versions": ["6"]
}
]
},
Expand All @@ -44,21 +44,6 @@
}
]
},
{
"packages": ["mongodb"],
"pre_install": [
{
"command": "rpm -q epel-release || yum install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm"
}
],
"constraints": [
{
"os": "linux",
"distribution": "redhat",
"versions": ["7"]
}
]
},
{
"packages": ["mongodb"],
"constraints": [
Expand Down

0 comments on commit 2ffaaa8

Please sign in to comment.