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

GitLab 6.9 #153

Closed atomaka closed 10 years ago

atomaka commented 10 years ago

Update to GitLab 6.9.

Passes rspec and smoke testing.

atomaka commented 10 years ago

In #149, @sbadia points out that the GitLab instructions now include a rake command to install gitlab-shell. I've excluded this because it generates the config.yml file for the gitlab-shell application. We are already managing this configuration file.

igalic commented 10 years ago

I'll test this today, and merge if it all goes well!

andyleejordan commented 10 years ago

Looks good so far. I updated (using the upgrade script) earlier, tested with master (with the versions changed of course), no problems.

andyleejordan commented 10 years ago

Note, that was not a test of this PR, I just changed my branch parameters. However, that's 98 percent of what this PR does, and I looked at the diff for config/gitlab.yaml, it was the same I believe.

sbadia commented 10 years ago

yup, no problems :ok_hand: Thanks @atomaka !