kabisa-cookbooks / oc-id

Installs Chef OC-ID oAuth 2.0 server
MIT License
0 stars 1 forks source link

Cookbook uses ruby 1.9, oc-id requires > 2.0 #1

Open ghost opened 9 years ago

ghost commented 9 years ago

Ideally the ruby version would be a configurable attribute.

svanzoest commented 9 years ago

it would also be nice to be able to use the package as provided by the operating system rather than the rubies cookbook. Especially for a production setup.

svanzoest commented 9 years ago

In particular it is the lines that call chruby-exec that specify 1.9 such as https://github.com/kabisa-cookbooks/oc-id/blob/master/recipes/_application.rb#L87 that force 1.9 usage.