saltstack-formulas / gitlab-formula

http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
Apache License 2.0
29 stars 49 forks source link

Update suggested pillar.example #8

Closed tinuva closed 10 years ago

tinuva commented 10 years ago

Hi,

trying a recent install of this gitlab-formula, some of the bundler commands fail, and it seems updating to more recent versions vs what is suggested in pillar.example resolves the issue.

from: shell_version: v1.8.0 gitlab_version: 6-5-stable

to: shell_version: v1.9.4 gitlab_version: 6-9-stable

viq commented 10 years ago

I'll update it when I'll be doing a larger overhaul of the formula, but I don't see the need to update the example pillar every time they release a new version. Though a comment with a link pointing where to get the proper combination of them could be a good idea.

tinuva commented 10 years ago

Fair enough, I just thought it was a tiny bit annoying and could have saved someone else new to the formula this tiny hurdle.