sbadia / puppet-gitlab

Puppet module for manage GitLab installation
http://forge.puppetlabs.com/sbadia/gitlab
GNU General Public License v3.0
131 stars 76 forks source link

Offer a coherent gitlab_dbport default value #214

Closed Spredzy closed 9 years ago

Spredzy commented 9 years ago

In the params.pp the $gitlab_dbtype param is set to mysql, but the default values for $gitlab_dbport is set to '5432' (PostgreSQL default port) when it should be '3306' (MySQL default port)

sbadia commented 9 years ago

Make sense :-) thanks @Spredzy !