Andrew Tomaka
Andrew Tomaka
Note that the current method causes an issue with `simplecov`'s line coverage counting. When a file is reloaded, the line counts are all reset. If anyone else is looking for...
See https://bugs.ruby-lang.org/issues/16131 for information on the removal of taint checking from Ruby and the version by version removal plan.
Issue #35 addresses this as well and we have slowly been moving requirements to [puppet-gitlab-requirements](https://github.com/sbadia/puppet-gitlab-requirements). Abstracting required packages is relatively trivial and moving postfix to our requirements module is a...
@sbadia I like this implementation, but how do you plan on implementing the Modulefile? Unless the dependencies portion uses no other modules, they need to be added for a complete...
This goes back to our dependencies again and where we choose to draw our lines. Obviously, Apache support would be great. Does it mean we add logic to install Apache...
@sbadia, @igalic: It looks like they made an announcement on this today. I am still in the process of reading it, but [check it out](https://www.gitlab.com/2014/02/14/gitlab-is-now-simple-to-install/).
Unfortunately, it does not look like it's going to be suitable for awhile.
Was there a reason you decided not to use puppetlabs-ruby to manage ruby versions?
I ran into the specific example that @mc0e cited today. By defining package ['openssh-server'], we lose the ability to manage ssh through other available modules. I originally didn't understand why...
I think it might be tough to remove all dependencies from puppet-gitlab. A quick example of this is setting up the gitlab database within the database of choice. This still...