Skip to content

Puppet-Module for gerrit-Installation based on Example42 Modules

Notifications You must be signed in to change notification settings

gerapeldoorn/puppet-gerrit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-gerrit

Puppet-Module for gerrit-Installation

Known issues

  • When you choose a different database than the default, the init script needs to be run after the configfile has been generated. As a workaround, you can remove ${gerrit_home}/${gerrit_site_name}/bin/gerrit.sh to restart the init and make sure that the database tables are created.

Example config

class { 'gerrit': gerrit_database_type => 'PostgreSQL', gerrit_database_hostname => 'db01.example.com', gerrit_database_database => 'gerrit_prod', gerrit_database_username => 'gerrit', gerrit_database_password => 'supersecret', httpd_listen_url => 'proxy-http://127.0.0.1:8080/', }

About

Puppet-Module for gerrit-Installation based on Example42 Modules

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Puppet 100.0%