Details
Description
When using the ubuntu10.04-apt bootstrap template, it sets up the distro for lucid specifically making it unusable for other ubuntu distros that aren't exactly compatible in package installations. For example, the yajl package on maverick is different from apt.opscode.com than lucid. We can use the generic `lsb_release -c` command in the template like instructed on the wiki.
http://wiki.opscode.com/display/chef/Package+Installation+on+Debian+and+Ubuntu
resolved in jtimberman/CHEF-2257
new distro template is "ubuntu-apt.erb", uses lsb_release -c to get the codename for the apt source. Also updated the man/html doc for knife bootstrap.