spuder / puppet-gitlab

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

OracleLinux support #110

Closed hjjacobs closed 9 years ago

hjjacobs commented 9 years ago

As stated on https://about.gitlab.com/downloads/ the Omnibus installer is supported on OracleLinux. After a minor modification (adding 'OracleLinux' to the operatingsystem case in packages.pp) Gitlab CE is successfully installed using this puppet module on OracleLinux 6.5. Also updating the installed version works fine.

What is necessary to officially add OracleLinux support to this puppet module?

spuder commented 9 years ago

This should be easy to add.

Feel free to make a merge request.