Skip to content

Commit 6edf918

Browse files
author
Ashley Penney
committed
Merge pull request voxpupuli#65 from hogepodge/release_0.3
Release 0.3, in preparation for major refactoring.
2 parents f6ef121 + d6c0d6b commit 6edf918

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

Modulefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name 'puppetlabs-mongodb'
2-
version '0.3.0-rc1'
2+
version '0.3.0'
33
source 'git@github.com:puppetlabs/puppetlabs-mongodb.git'
44
author 'puppetlabs'
55
license 'Apache License Version 2.0'

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
Installs mongodb on RHEL/Ubuntu/Debian from OS repo, or alternatively per 10gen [installation documentation](http://www.mongodb.org/display/DOCS/Ubuntu+and+Debian+packages).
88

9+
## Deprecation Warning ##
10+
11+
Release 0.3 will be the final prototypical release for the puppetlabs-mongodb module. The development api should
12+
be considered deprecated and will not work for the forthcoming 1.0 module release. If your project depends
13+
on the current API, please pin your dependencies to ensure your environments don't break.
14+
915
## Usage
1016

1117
### class mongodb

spec/system/mongodb_config_spec.rb

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
require 'spec_helper_system'
22

33
describe 'mongodb::config' do
4-
case node.facts['osfamily']
5-
when 'RedHat'
6-
config_file = '/etc/mongod.conf'
7-
when 'Debian'
8-
config_file = '/etc/mongodb.conf'
9-
end
4+
config_file = '/etc/mongodb.conf'
105

116
it 'runs setup' do
127
pp = <<-EOS

0 commit comments

Comments
 (0)