We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When updating our Profiles module to support Puppet 4.x, we started seeing test failures on the mongodb class:
error during compilation: Evaluation Error: Unknown variable: 'mongodb::params::journal'.
With the assistance of Johnson Earls on Slack spotted that params.pp doesn't set $fork or $journal when $manage_package => true on RHEL OS'. https://github.com/voxpupuli/puppet-mongodb/blob/master/manifests/params.pp#L120-L121
$fork
$journal
$manage_package => true
~> 4.0
2.1.9
CentOS 7
1.1.0
The text was updated successfully, but these errors were encountered:
manage_package => true
Successfully merging a pull request may close this issue.
When updating our Profiles module to support Puppet 4.x, we started seeing test failures on the mongodb class:
With the assistance of Johnson Earls on Slack spotted that params.pp doesn't set
$forkor$journalwhen$manage_package => trueon RHEL OS'.https://github.com/voxpupuli/puppet-mongodb/blob/master/manifests/params.pp#L120-L121
Affected Puppet, Ruby, OS and module versions/distributions
~> 4.02.1.9CentOS 71.1.0The text was updated successfully, but these errors were encountered: