Skip to content
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

added a "bin_dir" parameter to configure where the Kafka scripts are #147

Closed
wants to merge 11 commits into from
Closed

Conversation

LionelCons
Copy link
Contributor

@LionelCons LionelCons commented May 17, 2017

This fixes #145.

@bastelfreak
Copy link
Member

Hi @LionelCons, thanks for the PR and sorry for the low response :(
Can you please rebase this against latest master to fix the merge commits?

@@ -12,6 +12,7 @@
$scala_version = '2.11'
$install_dir = "/opt/kafka-${scala_version}-${version}"
$config_dir = '/opt/kafka/config'
$bin_dir = '/opt/kafka/bin'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since we're on puppet4 (or even 5 \o/) now, can you please use the datatype Stdlib::Absolutepath here (and in the other classes where you use the $bin_dir)?

@LionelCons
Copy link
Contributor Author

@bastelfreak I've tried to rebase from upstream but got problems. My current master is now OK and should not give merge conflicts.

Please check if this works or if I should create a new PR.

Regarding types, it would probably make sense to change them all (all the $*_dir variables) at once. Currently, $bin_dir is defined and used exactly like $config_dir.

@bastelfreak
Copy link
Member

Hi @LionelCons, it seems like there are still merge conflicts, and you probably merged our master into your branch, instead of rebasing? Could you try again to rebase? If you've any questions feel free to join our IRC channel. We're happy to help you out with git.

@LionelCons
Copy link
Contributor Author

I gave up and started again from scratch.

You can drop this PR and consider #159 instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The "bin" directory is not configurable
3 participants