Skip to content

Instantly share code, notes, and snippets.

@gevans
gevans / knife-solo-rvm-bootstrap-precise.erb
Created May 14, 2012 18:41 — forked from kashif/ubuntu-11.10-gems.erb
knife-solo bootstrap with RVM and Ruby 1.9.3-p194 on Ubuntu 12.04
bash -c '
<% if knife_config[:bootstrap_proxy] -%>
(
cat <<'EOP'
<%= "proxy = #{knife_config[:bootstrap_proxy]}" %>
EOP
) > ~/.curlrc
<% end -%>
if [ ! -f /usr/bin/chef-client ]; then