Skip to content

Add some parameters to customize#185

Open
bt-ydelanoe wants to merge 1 commit into
deric:masterfrom
bt-ydelanoe:add_params
Open

Add some parameters to customize#185
bt-ydelanoe wants to merge 1 commit into
deric:masterfrom
bt-ydelanoe:add_params

Conversation

@bt-ydelanoe

Copy link
Copy Markdown

No description provided.

Comment thread manifests/init.pp
String $log4j_prop = $zookeeper::params::log4j_prop,
String $maxfilesize = $zookeeper::params::maxfilesize,
Integer $maxbackupindex = $zookeeper::params::maxbackupindex,
Optional[Integer] $max_connexions = $zookeeper::params::max_connexions,

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This looks like a typo, max_connections would be better

Comment thread manifests/params.pp
$zoo_main = 'org.apache.zookeeper.server.quorum.QuorumPeerMain'

# Admin server properties
$admin_server_enabled = true

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

This might be a breaking change, especially for versions < 3.5.0

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.

2 participants