大厨 "include_recipe 'cookbook::recipe'" 包括整本食谱
Chef "include_recipe 'cookbook::recipe'" Include Whole Cookbook
我是厨师的新手,我很好奇如果我使用 'include_recipe' 关键字并只指定一本食谱,它会包括该食谱中的所有食谱吗?
include_recipe 'myCookbook'
而不是正常格式:
include_recipe 'myCookbook::default'
不,它只包含名为 default
的食谱。
我是厨师的新手,我很好奇如果我使用 'include_recipe' 关键字并只指定一本食谱,它会包括该食谱中的所有食谱吗?
include_recipe 'myCookbook'
而不是正常格式:
include_recipe 'myCookbook::default'
不,它只包含名为 default
的食谱。