neo4j

contributions requested
A module installing and configuring Neo4j community or enterprise editions.

143,873 downloads

8,630 latest version

3.1 quality score

Support the Puppet Community by contributing to this module

You are welcome to contribute to this module by suggesting new features, currency updates, or fixes. Every contribution is valuable to help ensure that the module remains compatible with the latest Puppet versions and continues to meet community needs. Complete the following steps:

  1. Review the module’s contribution guidelines and any licenses. Ensure that your planned contribution aligns with the author’s standards and any legal requirements.
  2. Fork the repository on GitHub, make changes on a branch of your fork, and submit a pull request. The pull request must clearly document your proposed change.

For questions about updating the module, contact the module’s author.

Version information

  • 2.0.3 (latest)
  • 2.0.2 (deleted)
  • 2.0.1
  • 2.0.0
  • 1.2.4
  • 1.2.3
  • 1.2.2 (deleted)
  • 1.2.1 (deleted)
  • 1.2.0 (deleted)
  • 1.1.0
  • 1.0.4
  • 1.0.3
released Aug 12th 2016
This version is compatible with:
  • Puppet Enterprise >=3.2.0
  • Puppet >=2.7.20 <4.0.0
  • Ubuntu

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'mlambrichs-neo4j', '1.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add mlambrichs-neo4j
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install mlambrichs-neo4j --version 1.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

mlambrichs/neo4j — version 1.1.0 Aug 12th 2016

##2016-08-12 - Release 1.1.0

Summary

This is a minor release, targeted at neo4j 2.x users. We're not going to put any more effort in supporting this version, as most users (should) be migrating to 3.x anyway.

##2016-02-02 - Release 1.0.3

Summary

Taken over module from Amos Wood

##2014-10-13 - Supported Release 1.0.2

Summary

Added logical log parameter to configuration

Features

  • Added control parameter keep_logical_logs.

##2014-10-02 - Supported Release 1.0.1

Summary

Added changelog and feature for object cache new to version 2.1.5

Features

  • Added control parameter cache_memory_ratio from version 2.1.5 object cache settings.

Bugfixes

  • Switched to use function versioncmp instead.
  • Added dependencies and requirements to metadata.

##2014-06-27 - Release 1.0.0

Summary

The initial release

Features

Added custom configuration of:

  1. Version 2.x.x or later
  2. Community or Enterprise editions
  3. JVM Wrapper Settings
  4. File Buffer Cache Options (see Max DeMarzi's blog Scaling-Up)
  5. Object Cache Options
  6. New Relic java agent path specified (see http://www.newrelic.com)
  7. Authentication Plugin installed and configured (see http://www.github.com)
  8. Authenticated User Management
- Admin User
- Users and Passwords
- Read/Write or ReadOnly
  1. High Availability Options