You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -728,7 +734,7 @@ This module has been tested on:
728
734
* RHEL 5/6/7
729
735
* CentOS 5/6/7
730
736
731
-
For a full list of tested operating systems please have a look at the [.nodeset.xml](https://github.com/puppetlabs/puppetlabs-mongodb/blob/master/.nodeset.yml) definition.
737
+
For a full list of tested operating systems please have a look at the [.nodeset.xml](https://github.com/voxpupuli/puppet-mongodb/blob/master/.nodeset.yml) definition.
732
738
733
739
This module should support `service_ensure` separate from the `ensure` value on `Class[mongodb::server]` but it does not yet.
734
740
@@ -738,47 +744,18 @@ While this module supports both 1.x and 2.x versions of the puppetlabs-apt modul
738
744
739
745
## Development
740
746
741
-
Puppet Labs modules on the Puppet Forge are open projects, and community
742
-
contributions are essential for keeping them great. We can’t access the
743
-
huge number of platforms and myriad of hardware, software, and deployment
744
-
configurations that Puppet is intended to serve.
747
+
This module is maintained by [Vox Pupuli](https://voxpupuli.org/). Voxpupuli
748
+
welcomes new contributions to this module, especially those that include
749
+
documentation and rspec tests. We are happy to provide guidance if necessary.
745
750
746
-
We want to keep it as easy as possible to contribute changes so that our
747
-
modules work in your environment. There are a few guidelines that we need
748
-
contributors to follow so that we can have a chance of keeping on top of things.
749
-
750
-
You can read the complete module contribution guide [on the Puppet Labs wiki.](http://projects.puppetlabs.com/projects/module-site/wiki/Module_contributing)
751
-
752
-
### Testing
753
-
754
-
There are two types of tests distributed with this module. Unit tests with
755
-
rspec-puppet and system tests using rspec-system.
756
-
757
-
758
-
unit tests should be run under Bundler with the gem versions as specified
759
-
in the Gemfile. To install the necessary gems:
760
-
761
-
bundle install --path=vendor
762
-
763
-
Test setup and teardown is handled with rake tasks, so the
764
-
supported way of running tests is with
765
-
766
-
bundle exec rake spec
767
-
768
-
769
-
For system test you will also need to install vagrant > 1.3.x and virtualbox > 4.2.10.
770
-
To run the system tests
771
-
772
-
bundle exec rake spec:system
773
-
774
-
To run the tests on different operating systems, see the sets available in [.nodeset.xml](https://github.com/puppetlabs/puppetlabs-mongodb/blob/master/.nodeset.yml)
775
-
and run the specific set with the following syntax:
0 commit comments