spuder / puppet-gitlab

A puppet module to install gitlab 7
Apache License 2.0
36 stars 44 forks source link

So you can vouch for vshn's module? #163

Closed olhado closed 9 years ago

olhado commented 9 years ago

I trust your opinion. Have you looked at his module, does it look good?

spuder commented 9 years ago

Yes, I was working on a rewrite that used the package cloud repos. In the redesign I tried to use the package cloud repos with the package cloud puppet module. Unfortunately the package cloud puppet module is very broken, so I was trying to implement using bare yum repo / apt packages. vshn wrote his module almost exactly how I was going to refactor this one.

https://github.com/vshn/puppet-gitlab/blob/master/manifests/install.pp#L13-L44