forked from deric/puppet-zookeeper
-
Notifications
You must be signed in to change notification settings - Fork 4
Sync our fork with deric/puppet-zookeeper (+ some new stuff) #1
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
Closed
travees
wants to merge
252
commits into
opentable:master
from
travees:more-zookeeper-changes-after-upstream-sync
Closed
Sync our fork with deric/puppet-zookeeper (+ some new stuff) #1
travees
wants to merge
252
commits into
opentable:master
from
travees:more-zookeeper-changes-after-upstream-sync
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
Provide options to override service name and initialize the datastore.
…single empty string value
Make servers default value an empty array
Upstart is Ubuntu's service provider (https://docs.puppet.com/puppet/latest/reference/type.html#service-provider-upstart) Redhat should be used in this case https://docs.puppet.com/puppet/latest/reference/type.html#service-provider-redhat
Fix RedHat 6 service provider
The module was assuming that 'init' and 'redhat' providers were the same, but they're not. The 'init' provider does not set the service to start at boot on Redhat derived systems.
…init-is-not-redhat Add support for the 'redhat' service provider
Drop init script on Redhat-derived systems
…ookeeper Sync OpenTable's fork with upstream
We can't require service in config without creating a dependency cycle.
- Allow for exhibitor use - Use archive module for tarball installs - Update specs - Add parameters to README
zoOMGkeeper |
travees
added a commit
to travees/puppet-zookeeper
that referenced
this pull request
Jul 25, 2016
- Require $install_method to be either 'package' or 'archive' - Pass in optional archive checksum instead of getting from external URL when using archive install method
lmedina-ot
pushed a commit
that referenced
this pull request
Apr 22, 2025
* update archive/tests * update filename logic * update zoo_path
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.
Tested in vagrant and nothing went boom