Skip to content

simpsonjulian/puppet-neo4j

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neo4j Puppet Module

Automates installing Neo4j on an EC2 Linux system.

About

This module will install Neo4j, and its dependencies (e.g. a JVM). It's designed to run on a server and expose the REST API over the network.

Features

  • Installs Neo4j enterprise from stable Debian packages
  • Installs suitable JVM

Limitations

  • Only 1 Neo4j database is supported
  • Not tested with Hiera yet

Usage

class { neo4j:
  data_dir => undef
}

License

Apache 2

Please log tickets and issues at the Github project.

Acknowledgements

Thanks to:

About

Puppet module for installing Neo4j on Linux systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 71.8%
  • Ruby 14.7%
  • Pascal 8.0%
  • Shell 5.5%