When I add multiple roles, the resulting run list for that node is weird.
knife node run_list add i-4f55fb2b 'role[base],role[app_database_master],role[app_ror],role[app_ror_run_migrations]'
run_list:
recipe[recipe[recipe[recipe[role[base],role[wecove_database_master],role[app_ror],role[app_ror_run_migrations]]]]
recipe[role[base],role[app_database_master],role[app_ror],role[app_ror_run_migrations]]
In the help `knife node run_list -h`, there is bulk delete but not bulk add.
Is there any work-around for this?
-------------------------------------------