mdsol / mesos_cookbook

Chef cookbook for installing Apache Mesos
Other
78 stars 71 forks source link

Changed 'compile_time do' to 'at_compile_time do' per error message from... #89

Closed pgporada closed 9 years ago

pgporada commented 9 years ago

Chef-sugar no longer offers compile_time as a filter. To successfully run the mesos::master recipe I needed to change the few instances of compile_time to at_compile_time.

rayrod2030 commented 9 years ago

Thank you very much for catching this! I'm thinking we should add a dependency on the latest version of chef-sugar-3.1.0 which implements this change along with your patch?

rayrod2030 commented 9 years ago

Yup it looks like this patch will requie depends 'chef-sugar', '~> 3.1.0'

rayrod2030 commented 9 years ago

I have incorporated this into https://github.com/mdsol/mesos_cookbook/pull/102. Thanks!