Closed pgporada closed 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?
Yup it looks like this patch will requie depends 'chef-sugar', '~> 3.1.0'
I have incorporated this into https://github.com/mdsol/mesos_cookbook/pull/102. Thanks!
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.