v1.1.0
Changes
-
DEPRECATION WARNING - Dropped support for Puppet 3. (Enhancement)
Contributed by @nmaludy -
Added tests for Puppet 4 and Puppet 5 on all platforms:
- RHEL/CentOS 6
- RHEL/CentOS 7
- Ubunut 14.04
- Ubunut 16.04
Contributed by @nmaludy
-
Re-ordered dependencies in the Puppetfile for Puppet 4 and Puppet 5.
puppetlabs/stdlib
andpuppetlabs/concat
are now at the bottom in order to
letlibrarian-puppet
choose the version of these based on other dependencies
defined throughout the rest of the file. (Bugfix)
Contributed by @nmaludy -
Fixed MongoDB race condition when enabling auth. Now we try to establish
a connection to the database in a loop (usingmongodb_conn_validator
).
Once the database connection is established the provisioning continues.
(Bugfix)
Contributed by @nmaludy -
Fixed Ubuntu 14 issue where adding the PackageCloud repo corrupted the
apt
cache. Now, after the PackageCloud repo is added, the apt-cache is
complete cleaned and rebuilt. (Bugfix)
Contributed by @nmaludy -
Added
puppetmodule.info
badge to README. (Enhancement)
Contributed by @nmaludy -
Removed Puppet 3 references from README. (Enhancement)
Contributed by @nmaludy -
Converted module over to PDK (Puppet Development Kit) for unit testing
and module templating. (Enhancement)
Contributed by @nmaludy -
Rubocop linting is now enforced. As part of the conversion to PDK we're
now running the standard testing and verification tasks, which includes
Rubocop. (Enhancement)
Contributed by @nmaludy