forked from voxpupuli/puppet-mongodb
-
Notifications
You must be signed in to change notification settings - Fork 0
hotfix/journal-param-failing-mongo8 #5
New issue
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
Open
jschoewe
wants to merge
203
commits into
EncoreTechnologies:hotfix/journal-param-failing-mongo8
Choose a base branch
from
voxpupuli:master
base: hotfix/journal-param-failing-mongo8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
hotfix/journal-param-failing-mongo8 #5
jschoewe
wants to merge
203
commits into
EncoreTechnologies:hotfix/journal-param-failing-mongo8
from
voxpupuli:master
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Allow mongdb to be set up with the specification of a hash of the password rather than a password itself.
modulesync 7.0.0
New server::admin_password_hash parameter
Remove extra line causing errors: "Started a new thread for the timer service"
add docs, doc stubs and descriptions to fix validate warnings
Use hiera module level data to specify default versions and if a repository should be configured. This will make adding new OSes easier.
With OS facts set the following error occured: ``` NoMethodError: # undefined method `downcase' for nil:NilClass # ./vendor/bundle/ruby/3.2.0/gems/puppet-8.3.1/lib/puppet/provider/service/init.rb:25:in `block in <top (required)>' ``` since the service provider could not be determined correctly.
Set version defaults with hiera data
modulesync 7.2.0
bump systemd: < 7.0.0
modulesync 7.3.0
Drop Ubuntu 18.04 support
puppetlabs/apt: Allow 9.x
…ervice Mongos as systemd service
modulesync 9.6.0
CentOS 7 CentOS 8 RedHat 7 Debian 10 Ubuntu 20.04
allow puppet/systemd 8.x
remove EOL OSes
remove tests on EOL MongoDB 5.x
Add MongoDB 8.x to integration tests
Add Ubuntu 24.04 support
Allow puppetlabs/apt 10.x
fix regex to allow database names to contain "-" in role@db syntax
Use consistent spacing per the style guide.
Update default repo version to latest supported by OS
README: fix spacing style
Release 7.0.0
chore: cleanup .fixtures.yml
modulesync 9.7.0-10-g2151f5f
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull Request (PR) description
This Pull Request (PR) fixes the following issues