1. change the yum call to include -q, I don't want quite that much
spam when i make a bootstrap call
2. just before the service chef-client start call, add "<%= start_chef
%> --once"
this causes the bootstrap to actually take in the run list specified
on the command line
#2 is the good one, imo
I'm not sure that using the start_chef method will cause it to log out
to /var/log/chef-client? Maybe it will?
-Jesse