Vagrant requires attributes in roles.json that break existing Chef project

后端 未结 2 853
小蘑菇
小蘑菇 2021-02-18 22:59

I have an existing chef-solo project to which I am trying to add vagrant support. I typically use knife to cook these recipes on EC2 servers using Ubun

2条回答
  •  说谎
    说谎 (楼主)
    2021-02-18 23:43

    This should be fixed in the latest version of Chef. There was a JSON vulnerability that allowed infinite object deserialization. I believe the fix issues for that will also fix the issue you're seeing here as well.

    Try out Chef 11 and Vagrant 1.5.6

提交回复
热议问题