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

Use puppetlabs/git module for git package declaration #157

Closed sbadia closed 10 years ago

sbadia commented 10 years ago

This commit remove git package resource declaration inside this module. On Debian based system (Debian, Ubuntu), git-core is a meta-package on git. This commit also solve the duplicate declaration faced by Andrew in #114 (add rbenv support).

Compatibility is keept, but the git_package_name parameter is now deprecated and has no effect.

igalic commented 10 years ago

+1