Skip to content
This repository was archived by the owner on May 20, 2020. It is now read-only.

Commit 22697f5

Browse files
committed
Test with Chef 12.x
Since support for Chef 11.x was dropped, testing should not still rely on it.
1 parent 1b6565c commit 22697f5

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: ruby
22
rvm:
3-
- 2.1.0
3+
- 2.3.1
44
bundler_args: --without integration
55
gemfile:
66
- Gemfile

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# mongodb3 Cookbook CHANGELOG
22

3+
## Next
4+
5+
* PR #49 : Test with Chef 12.x
6+
37
## 5.3.0
48

59
Thank you so much for your huge contribution on this release!
@@ -13,7 +17,7 @@ Thank you so much for your huge contribution on this release!
1317
* PR #40 : Allow override of the cookbook used for mongos runit templates. Popsikle([@popsikle](https://github.com/popsikle))
1418
* PR #41 : Create and set ownership of data directory for mms-automation-agent. Amsdard([@amsdard](https://github.com/amsdard))
1519
* Adding support Ubuntu 15.04 and 16.04 for MMS Automation and Monitoring Agent.
16-
* Testing in CentOS 6.8.
20+
* Testing in CentOS 6.8.
1721
* 6.6 was missing in bento.
1822
* No longer support Chef Client version 11.
1923
* Chef Client version issue related to Custom Resources
@@ -27,7 +31,7 @@ Thank you so much for your huge contribution on this release!
2731

2832
## 5.1.0
2933

30-
* Feature request #31 : Creating sysLog directory for mongod
34+
* Feature request #31 : Creating sysLog directory for mongod
3135
* Fixing #30 : Changing service provider as `Chef::Provider::Service::Upstart` for ubuntu 14.04
3236

3337
## 5.0.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ group :integration do
99
end
1010

1111
group :test do
12-
gem 'chef', '11.10'
12+
gem 'chef', '~> 12.14'
1313
gem 'rspec', '~> 3.1'
1414
end

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
* Install and configure the mongod (or configure the config server for shard cluster)
88
* Install and configure the mongos
9-
* Also, mongos configure the mongos service with runit : `service mongos start|stop|restart|status`
9+
* Also, mongos configure the mongos service with runit : `service mongos start|stop|restart|status`
1010
* Install and configure the MMS Automation Agent
1111
* Install and configure the MMS Monitoring Agent
1212

@@ -31,6 +31,7 @@
3131
* Marcin Skurski - [@mskurski](https://github.com/mskurski)
3232
* Popsikle - [@popsikle](https://github.com/popsikle)
3333
* Amsdard - [@amsdard](https://github.com/amsdard)
34+
* Grant RIdder - [@shortdudey123](https://github.com/shortdudey123)
3435

3536
## Supported Platforms
3637

0 commit comments

Comments
 (0)