- Change systemd LimitNPROC default to 48000 (#9, @osgpcq).
- Skip backup when it's supposed to be (#6, @edupr91).
- Allow more compression options & post backup parameter (@forgodssake, #5).
- Fix port variable for 2.4 and 2.6 configs (@sp-borja-juncosa, #4).
- Add optional backup script and cron job (@forgodssake).
- Fix versioncmp (#3, @edupr91).
- Switch to the YAML configuration for 3.x to allow using wiredTiger engine.
- Add authorization option (#1, @forgodssake).
- Add mongod_version fact.
- Add mongod.conf template from 3.0.0.
- Lowercase parameters in missing places.
- Add conf template for 2.6 (RHEL7).
- Lowercase all parameters, and default them to undef.
- Add extra_options hash to set any options in the conf file.
- Install the client package too.
- Fix require and notify in the key definition.
- Cosmetic cleanups.
- Fix the service name for Debian and Ubuntu.
- Add support for overriding package, service and configuration file names.
- Update README and use markdown
- Change to 2-space indent
- Add replSet option.
- Use undef by default instead of false where we want the defaults to apply
- Add rest, keyFile, smallfiles options.
- Add mongodb::key definition for installing rs keys.
- Add basic support for enabling auth.
- Initial release.