gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
45 stars 66 forks source link

Fixed apt version constraint & chef 11 compatibility. #7

Closed willejs closed 10 years ago

willejs commented 10 years ago

Requiring an exact version of apt, is not required, and breaks across cookbooks. Instead it should be at least 1.9.2.

I think this (node.attribute.go?(:server)) is deprecated in chef 11, so instead i replaced it with a rather inelegant if attribute && instead.

scottmuc commented 10 years ago

Thanks!