Details
Description
'knife node run_list add' expects a single entry which it adds to the run_list. You should be able to provide a list of items. Currently if you try to provide multiple items you hit CHEF-1398.
Further, 'knife bootstrap' and 'knife ec2 server create' have been known to take a run list in different formatting. We should standardize on a single mixin for these. The knife ec2 plugin will have to wait until we ship a version of core shef that includes the mixin before switching.
Issue Links
- relates to
-
CHEF-1398
Run List Item regex is too lenient, creating bizarre invalid item names
-
I create a pull-request with a possible solution to this bug at https://github.com/opscode/chef/pull/244
I did create a test and I tried by hand in my environment and is working fine. i also changed ENTRY by ENTRIES in the help description to avoid confusion.
I hope this fix the issue, it was annoying me to.