Skip to content

Commit

Permalink
Merge pull request #309 from voxpupuli/dhoppe-patch-2
Browse files Browse the repository at this point in the history
Use latest available version of ZooKeeper in acceptance tests
  • Loading branch information
alexjfisher committed May 7, 2020
2 parents 5c407b3 + f01cbde commit 5c79327
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/01_zookeeper_spec.rb
Expand Up @@ -25,7 +25,7 @@ class { 'java' :
class { 'zookeeper':
install_method => 'archive',
archive_version => '3.6.0',
archive_version => '3.6.1',
service_provider => $zookeeper_service_provider,
manage_service_file => true,
}
Expand Down

0 comments on commit 5c79327

Please sign in to comment.