[Chef]run_listにおけるレシピの指定方法いろいろ
{
"run_list" : [
"hello"
]
}
{
"run_list" : [
"hello::default"
]
}
{
"run_list" : [
"recipe[hello]"
]
}
{
"run_list" : [
"recipe[hello::default]"
]
}
カテゴリ:
Chef